ReactOS 0.4.16-dev-1040-g85afe48
|
Definition at line 2699 of file nsiface.idl.
nsresult nsIPrefBranch::AddObserver | ( | const char * | aDomain, |
nsIObserver * | aObserver, | ||
bool | aHoldWeak | ||
) |
nsresult nsIPrefBranch::GetChildList | ( | const char * | aStartingAt, |
uint32_t * | aCount, | ||
char *** | aChildArray | ||
) |
nsresult nsIPrefBranch::GetComplexValue | ( | const char * | aPrefName, |
const nsIID * | aType, | ||
void ** | aValue | ||
) |
nsresult nsIPrefBranch::RemoveObserver | ( | const char * | aDomain, |
nsIObserver * | aObserver | ||
) |
nsresult nsIPrefBranch::SetComplexValue | ( | const char * | aPrefName, |
const nsIID * | aType, | ||
nsISupports * | aValue | ||
) |