Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Defines | Functions
glib-compat.h File Reference

Go to the source code of this file.

Defines

#define G_QUEUE_INIT   {NULL, NULL, 0}
#define g_timeout_add_seconds(s, f, d)   g_timeout_add (1000 * (s), (f), (d))

Functions

static void g_queue_init (GQueue *q)
static void g_queue_clear (GQueue *q)

Define Documentation

#define G_QUEUE_INIT   {NULL, NULL, 0}

Definition at line 22 of file glib-compat.h.

Referenced by add_list().

#define g_timeout_add_seconds (   s,
  f,
 
)    g_timeout_add (1000 * (s), (f), (d))

Definition at line 23 of file glib-compat.h.

Referenced by main(), and on_titlestring_entry_changed().


Function Documentation

static void g_queue_clear ( GQueue *  q) [inline, static]

Definition at line 15 of file glib-compat.h.

Referenced by vis_runner_flush().

static void g_queue_init ( GQueue *  q) [inline, static]

Definition at line 9 of file glib-compat.h.

Referenced by playlist_insert_folder().