Interface for the add-on bundle update service. More...
import"sbIAddOnBundleUpdateService.idl";
Public Member Functions | |
void | checkForUpdates () |
Check for updates to the add-on bundle and present any to user. More... | |
Public Attributes | |
readonly attribute boolean | restartRequired |
True if a restart is required. More... | |
Interface for the add-on bundle update service.
"@songbirdnest.com/AddOnBundleUpdateService;1" Use get service with this component.
Definition at line 49 of file sbIAddOnBundleUpdateService.idl.
void sbIAddOnBundleUpdateService::checkForUpdates | ( | ) |
Check for updates to the add-on bundle and present any to user.
readonly attribute boolean sbIAddOnBundleUpdateService::restartRequired |
True if a restart is required.
Definition at line 55 of file sbIAddOnBundleUpdateService.idl.