|
Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Functions | |
| static gboolean | eventqueue_handle (gpointer udata) |
| 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_no_playlist_advance_cb(), 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().
| static gboolean eventqueue_handle | ( | gpointer | udata | ) | [static] |
Definition at line 25 of file eventqueue.c.
Referenced by event_queue(), event_queue_timed(), and event_queue_with_data_free().
1.7.4