Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Classes | |
struct | Event |
Functions | |
static bool_t | event_execute (Event *event) |
EXPORT void | event_queue_full (int time, const char *name, void *data, void(*destroy)(void *)) |
EXPORT void | event_queue_cancel (const char *name, void *data) |
Variables | |
static pthread_mutex_t | mutex = PTHREAD_MUTEX_INITIALIZER |
static GList * | events |
Definition at line 37 of file eventqueue.c.
Referenced by event_queue_full().
EXPORT void event_queue_cancel | ( | const char * | name, |
void * | data | ||
) |
Definition at line 71 of file eventqueue.c.
Referenced by playback_cleanup(), and scan_check_complete().
EXPORT void event_queue_full | ( | int | time, |
const char * | name, | ||
void * | data, | ||
void(*)(void *) | destroy | ||
) |
Definition at line 56 of file eventqueue.c.
|
static |
Definition at line 35 of file eventqueue.c.
Referenced by event_execute(), event_queue_cancel(), and event_queue_full().
|
static |
Definition at line 34 of file eventqueue.c.
Referenced by event_execute(), event_queue_cancel(), event_queue_full(), and tuple_formatter_process_string().