|
| nsresult | GetRoot (char **aRoot) |
| |
| nsresult | GetPrefType (const char *aPrefName, int32_t *_retval) |
| |
| nsresult | GetBoolPref (const char *aPrefName, bool *_retval) |
| |
| nsresult | SetBoolPref (const char *aPrefName, bool aValue) |
| |
| nsresult | GetFloatPref (const char *aPrefName, float *_retval) |
| |
| nsresult | GetCharPref (const char *aPrefName, char **_retval) |
| |
| nsresult | SetCharPref (const char *aPrefName, const char *aValue) |
| |
| nsresult | GetIntPref (const char *aPrefName, int32_t *_retval) |
| |
| nsresult | SetIntPref (const char *aPrefName, int32_t aValue) |
| |
| nsresult | GetComplexValue (const char *aPrefName, const nsIID *aType, void **aValue) |
| |
| nsresult | SetComplexValue (const char *aPrefName, const nsIID *aType, nsISupports *aValue) |
| |
| nsresult | ClearUserPref (const char *aPrefName) |
| |
| nsresult | LockPref (const char *aPrefName) |
| |
| nsresult | PrefHasUserValue (const char *aPrefName, bool *_retval) |
| |
| nsresult | PrefIsLocked (const char *aPrefName, bool *_retval) |
| |
| nsresult | UnlockPref (const char *aPrefName) |
| |
| nsresult | DeleteBranch (const char *aStartingAt) |
| |
| nsresult | GetChildList (const char *aStartingAt, uint32_t *aCount, char ***aChildArray) |
| |
| nsresult | ResetBranch (const char *aStartingAt) |
| |
| nsresult | AddObserver (const char *aDomain, nsIObserver *aObserver, bool aHoldWeak) |
| |
| nsresult | RemoveObserver (const char *aDomain, nsIObserver *aObserver) |
| |
| nsresult | QueryInterface (nsIIDRef riid, void **result) |
| |
| nsrefcnt | AddRef () |
| |
| nsrefcnt | Release () |
| |
Definition at line 2699 of file nsiface.idl.