michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this file, michael@0: * You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #include "nsIIdleService.idl" michael@0: michael@0: [scriptable, uuid(7b89a2e7-ed12-42e0-b86d-4984239abd7b)] michael@0: interface nsIIdleServiceInternal : nsIIdleService michael@0: { michael@0: /** michael@0: * "Resets the idle time to the value specified." michael@0: * michael@0: * @param idleDelta the time (in milliseconds) since the last user inter michael@0: * action michael@0: **/ michael@0: void resetIdleTimeOut(in unsigned long idleDeltaInMS); michael@0: }; michael@0: