Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions
eventqueue.c File Reference
#include <stdio.h>
#include "eventqueue.h"

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)

Function Documentation

void event_queue ( const gchar *  name,
gpointer  user_data 
)
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().