#include <prlog.h>Go to the source code of this file.
Macros | |
| #define | PREF_WATCHFOLDER_ROOT "songbird.watch_folder." |
| #define | PREF_WATCHFOLDER_ENABLE "songbird.watch_folder.enable" |
| #define | PREF_WATCHFOLDER_PATH "songbird.watch_folder.path" |
| #define | PREF_WATCHFOLDER_SESSIONGUID "songbird.watch_folder.sessionguid" |
| #define | STARTUP_TIMER_DELAY 3000 |
| #define | FLUSH_FS_WATCHER_DELAY 1000 |
| #define | CHANGE_DELAY_TIMER_DELAY 30000 |
| #define | EVENT_PUMP_TIMER_DELAY 1000 |
| #define | TRACE(args) /* nothing */ |
| #define | LOG(args) /* nothing */ |
| #define CHANGE_DELAY_TIMER_DELAY 30000 |
Definition at line 46 of file sbWatchFolderDefines.h.
| #define EVENT_PUMP_TIMER_DELAY 1000 |
Definition at line 47 of file sbWatchFolderDefines.h.
| #define FLUSH_FS_WATCHER_DELAY 1000 |
Definition at line 45 of file sbWatchFolderDefines.h.
| #define LOG | ( | args | ) | /* nothing */ |
Definition at line 60 of file sbWatchFolderDefines.h.
| #define PREF_WATCHFOLDER_ENABLE "songbird.watch_folder.enable" |
Definition at line 37 of file sbWatchFolderDefines.h.
| #define PREF_WATCHFOLDER_PATH "songbird.watch_folder.path" |
Definition at line 38 of file sbWatchFolderDefines.h.
| #define PREF_WATCHFOLDER_ROOT "songbird.watch_folder." |
Definition at line 36 of file sbWatchFolderDefines.h.
| #define PREF_WATCHFOLDER_SESSIONGUID "songbird.watch_folder.sessionguid" |
Definition at line 39 of file sbWatchFolderDefines.h.
| #define STARTUP_TIMER_DELAY 3000 |
Definition at line 44 of file sbWatchFolderDefines.h.
| #define TRACE | ( | args | ) | /* nothing */ |
Definition at line 59 of file sbWatchFolderDefines.h.