Songbird Library Manager Definition. More...
#include <nsIObserver.h>
#include <nsIThreadManager.h>
#include <sbILibrary.h>
#include <sbILibraryManager.h>
#include <sbILibraryUtils.h>
#include <nsCategoryCache.h>
#include <nsAutoLock.h>
#include <nsCOMPtr.h>
#include <nsHashKeys.h>
#include <nsClassHashtable.h>
#include <nsInterfaceHashtable.h>
#include <prlock.h>
#include <sbILibraryLoader.h>
#include <sbWeakReference.h>
Go to the source code of this file.
Classes | |
class | sbLibraryManager |
Macros | |
#define | SB_PREFBRANCH_LIBRARY "songbird.library." |
#define | SB_PREF_MAIN_LIBRARY SB_PREFBRANCH_LIBRARY "main" |
#define | SB_PREF_WEB_LIBRARY SB_PREFBRANCH_LIBRARY "web" |
#define | SB_PREF_PLAYQUEUE_LIBRARY SB_PREFBRANCH_LIBRARY "playqueue" |
Songbird Library Manager Definition.
Definition in file sbLibraryManager.h.
#define SB_PREF_MAIN_LIBRARY SB_PREFBRANCH_LIBRARY "main" |
Definition at line 52 of file sbLibraryManager.h.
#define SB_PREF_PLAYQUEUE_LIBRARY SB_PREFBRANCH_LIBRARY "playqueue" |
Definition at line 54 of file sbLibraryManager.h.
#define SB_PREF_WEB_LIBRARY SB_PREFBRANCH_LIBRARY "web" |
Definition at line 53 of file sbLibraryManager.h.
#define SB_PREFBRANCH_LIBRARY "songbird.library." |
Definition at line 50 of file sbLibraryManager.h.