ReactOS 0.4.16-dev-747-gbc52d5f
|
Public Member Functions | |
nsresult | GetCategoryEntry (const char *aCategory, const char *aEntry, char **_retval) |
nsresult | AddCategoryEntry (const char *aCategory, const char *aEntry, const char *aValue, bool aPersist, bool aReplace, char **_retval) |
nsresult | DeleteCategoryEntry (const char *aCategory, const char *aEntry, bool aPersist) |
nsresult | DeleteCategory (const char *aCategory) |
nsresult | EnumerateCategory (const char *aCategory, nsISimpleEnumerator **_retval) |
nsresult | EnumerateCategories (nsISimpleEnumerator **_retval) |
![]() | |
nsresult | QueryInterface (nsIIDRef riid, void **result) |
nsrefcnt | AddRef () |
nsrefcnt | Release () |
Definition at line 3380 of file nsiface.idl.
nsresult nsICategoryManager::AddCategoryEntry | ( | const char * | aCategory, |
const char * | aEntry, | ||
const char * | aValue, | ||
bool | aPersist, | ||
bool | aReplace, | ||
char ** | _retval | ||
) |
nsresult nsICategoryManager::DeleteCategoryEntry | ( | const char * | aCategory, |
const char * | aEntry, | ||
bool | aPersist | ||
) |
nsresult nsICategoryManager::EnumerateCategories | ( | nsISimpleEnumerator ** | _retval | ) |
nsresult nsICategoryManager::EnumerateCategory | ( | const char * | aCategory, |
nsISimpleEnumerator ** | _retval | ||
) |
nsresult nsICategoryManager::GetCategoryEntry | ( | const char * | aCategory, |
const char * | aEntry, | ||
char ** | _retval | ||
) |