Songbird Album Art Fetcher Set Source. More...
#include "sbAlbumArtFetcherSet.h"
#include <nsArrayUtils.h>
#include <nsComponentManagerUtils.h>
#include <nsIFileURL.h>
#include <nsIMutableArray.h>
#include <nsIURI.h>
#include <nsIVariant.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
#include <sbPrefBranch.h>
#include <sbThreadUtils.h>
#include "prlog.h"
Go to the source code of this file.
Macros | |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Functions | |
NS_IMPL_THREADSAFE_ISUPPORTS3 (sbAlbumArtFetcherSet, sbIAlbumArtFetcherSet, sbIAlbumArtFetcher, sbIAlbumArtListener) NS_IMETHODIMP sbAlbumArtFetcherSet | |
If true, only attempt to fetch album art from local sources. More... | |
Songbird Album Art Fetcher Set Source.
Definition in file sbAlbumArtFetcherSet.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 79 of file sbAlbumArtFetcherSet.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbAlbumArtFetcherSet:5 Use the following to output to a file: NSPR_LOG_FILE=path/to/file.log
Definition at line 78 of file sbAlbumArtFetcherSet.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS3 | ( | sbAlbumArtFetcherSet | , |
sbIAlbumArtFetcherSet | , | ||
sbIAlbumArtFetcher | , | ||
sbIAlbumArtListener | |||
) |
If true, only attempt to fetch album art from local sources.
Definition at line 88 of file sbAlbumArtFetcherSet.cpp.