public class nsIPrefService extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IPREFSERVICE_IID |
static java.lang.String |
NS_IPREFSERVICE_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIPrefService(int address) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetBranch(byte[] aPrefRoot,
int[] _retval) |
int |
GetDefaultBranch(byte[] aPrefRoot,
int[] _retval) |
int |
ReadUserPrefs(int aFile) |
int |
ResetPrefs() |
int |
ResetUserPrefs() |
int |
SavePrefFile(int aFile) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IPREFSERVICE_IID_STR
public static final nsID NS_IPREFSERVICE_IID
public int ReadUserPrefs(int aFile)
public int ResetPrefs()
public int ResetUserPrefs()
public int SavePrefFile(int aFile)
public int GetBranch(byte[] aPrefRoot,
int[] _retval)
public int GetDefaultBranch(byte[] aPrefRoot,
int[] _retval)