Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Classes | |
struct | HookCallQueue |
Functions | |
void | event_queue (const gchar *name, gpointer user_data) |
void | event_queue_timed (gint time, const gchar *name, gpointer user_data) |
void | event_queue_with_data_free (const gchar *name, gpointer user_data) |
void event_queue | ( | const gchar * | name, |
gpointer | user_data | ||
) |
Definition at line 40 of file eventqueue.c.
Referenced by audacious_rc_quit(), audacious_rc_show_about_box(), audacious_rc_show_filebrowser(), audacious_rc_show_jtf_box(), audacious_rc_show_prefs_box(), mpris_root_quit(), set_params(), set_repeat_cb(), and set_shuffle_cb().
void event_queue_timed | ( | gint | time, |
const gchar * | name, | ||
gpointer | user_data | ||
) |
Definition at line 52 of file eventqueue.c.
void event_queue_with_data_free | ( | const gchar * | name, |
gpointer | user_data | ||
) |
Definition at line 74 of file eventqueue.c.
Referenced by playback_start().