WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/profile/manager;1
This component implements the following interfaces:
Constants
| PRUint32 | nsIProfile.SHUTDOWN_PERSIST | = 1 |
| PRUint32 | nsIProfile.SHUTDOWN_CLEANSE | = 2 |
Properties
PRUnichar* nsIProfile.currentProfile
readonly PRInt32 nsIProfile.profileCount
Methods
| Interface | Method |
|---|---|
| nsIProfileChangeStatus |
void changeFailed ( )
|
| nsIProfile |
void cloneProfile ( PRUnichar* profileName )
|
| nsIProfile |
void createNewProfile ( PRUnichar* profileName , PRUnichar* nativeProfileDir , PRUnichar* langcode , PRBool useExistingDir )
|
| nsIProfile |
void deleteProfile ( PRUnichar* name , PRBool canDeleteFiles )
|
| nsIProfile |
void getProfileList ( out PRUint32 length , out arrayof PRUnichar* profileNames )
|
| nsIProfile |
PRBool profileExists ( PRUnichar* profileName )
|
| nsIProfile |
void renameProfile ( PRUnichar* oldName , PRUnichar* newName )
|
| nsIProfile |
void shutDownCurrentProfile ( PRUint32 shutDownType )
|
| nsIProfileChangeStatus |
void vetoChange ( )
|
Reference documentation is generated from Mozilla's source.
