Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Defines | |
#define | G_QUEUE_INIT {NULL, NULL, 0} |
#define | g_queue_clear(q) do {g_list_free ((q)->head); (q)->head = NULL; (q)->tail = NULL; (q)->length = 0;} while (0) |
#define | g_timeout_add_seconds(s, f, d) g_timeout_add (1000 * (s), (f), (d)) |
#define g_queue_clear | ( | q | ) | do {g_list_free ((q)->head); (q)->head = NULL; (q)->tail = NULL; (q)->length = 0;} while (0) |
Definition at line 3 of file compatibility.h.
Referenced by flush_locked().
#define G_QUEUE_INIT {NULL, NULL, 0} |
Definition at line 2 of file compatibility.h.
Referenced by add_list().
#define g_timeout_add_seconds | ( | s, | |
f, | |||
d | |||
) | g_timeout_add (1000 * (s), (f), (d)) |
Definition at line 4 of file compatibility.h.
Referenced by main(), and on_titlestring_entry_changed().