summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/nsIUpdateService.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /toolkit/mozapps/update/nsIUpdateService.idl
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/mozapps/update/nsIUpdateService.idl')
-rw-r--r--toolkit/mozapps/update/nsIUpdateService.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/mozapps/update/nsIUpdateService.idl b/toolkit/mozapps/update/nsIUpdateService.idl
index ab1712587c..972d0f4f55 100644
--- a/toolkit/mozapps/update/nsIUpdateService.idl
+++ b/toolkit/mozapps/update/nsIUpdateService.idl
@@ -380,7 +380,7 @@ interface nsIApplicationUpdateService : nsISupports
* check starting does not necessarily mean that the check will
* succeed or that an update will be downloaded.
*/
- bool checkForBackgroundUpdates();
+ boolean checkForBackgroundUpdates();
/**
* Selects the best update to install from a list of available updates.
@@ -654,7 +654,7 @@ interface nsIUpdateProcessor : nsISupports
* @throws NS_ERROR_NOT_IMPLEMENTED
* If this is called on a non-Windows platform.
*/
- bool getServiceRegKeyExists();
+ boolean getServiceRegKeyExists();
/**
* Attempts to restart the application manually on program exit with the same
@@ -724,7 +724,7 @@ interface nsIUpdateSyncManager : nsISupports
* Returns whether another instance of this application is running.
* @returns true if another instance has the lock open, false if not
*/
- bool isOtherInstanceRunning();
+ boolean isOtherInstanceRunning();
/**
* Should only be used for testing.