public class nsIPrefService extends nsISupports
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_IPREFSERVICE_IID |
static java.lang.String |
NS_IPREFSERVICE_IID_STR |
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, 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, Release
static final int LAST_METHOD_ID
public 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)