void playq_spawn ( void   ) 

Spawn the playback thread.

Definition at line 274 of file playq.c.

00275 {
00276         playq_runner = g_thread_create_full(playq_runner_thread, NULL,
00277             0, 1, TRUE, G_THREAD_PRIORITY_URGENT, NULL);
00278 }

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:45 2010 for herrie by  doxygen 1.6.3