mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 175096 Improve doc comment for NS_SoftwareUpdateRequestAutoReg()
r=dougt sr=dveditz
This commit is contained in:
parent
d6fdb48a1f
commit
fb2efaecbb
@ -102,10 +102,10 @@ static NS_DEFINE_IID(kIStringBundleServiceIID, NS_ISTRINGBUNDLESERVICE_IID);
|
|||||||
#define kInstallLocaleProperties "chrome://global/locale/commonDialogs.properties"
|
#define kInstallLocaleProperties "chrome://global/locale/commonDialogs.properties"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request that an autoreg be performed at next startup. (Used
|
* Request that XPCOM perform an autoreg at startup. (Used
|
||||||
* internally by XPI.) This basically drops a files next to the
|
* internally by XPI.) This basically drops a file next to the
|
||||||
* application. Next time XPCOM sees this file, it will cause
|
* application. The next time the application launches, XPCOM
|
||||||
* an autoreg, then delete this file.
|
* sees the file, deletes it and autoregisters components.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
NS_SoftwareUpdateRequestAutoReg()
|
NS_SoftwareUpdateRequestAutoReg()
|
||||||
|
Loading…
Reference in New Issue
Block a user