sbXPCOMUtils.h File Reference

Songbird XPCOM Utilities Definitions. More...

#include <nsICategoryManager.h>
#include <nsISupportsPrimitives.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
Include dependency graph for sbXPCOMUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static nsresult SB_GetCategoryEntryValues (const char *aCategory, nsTArray< nsCString > &aEntryValueList)
 

Detailed Description

Songbird XPCOM Utilities Definitions.

Definition in file sbXPCOMUtils.h.

Function Documentation

static nsresult SB_GetCategoryEntryValues ( const char *  aCategory,
nsTArray< nsCString > &  aEntryValueList 
)
inlinestatic

Return in aEntryValueList the list of entry values for the category specified by aCategory.

Parameters
aCategoryCategory for which to get entry values.
aEntryValueListList of category entry values.

Definition at line 71 of file sbXPCOMUtils.h.