void playq_cursong_stop ( void   ) 

Stop playback.

Definition at line 398 of file playq.c.

00399 {
00400         playq_lock();
00401         /* Stop playback */
00402         playq_flags |= (PF_SKIP|PF_STOP);
00403         playq_unlock();
00404 
00405         g_cond_signal(playq_wakeup);
00406 }

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:43 2010 for herrie by  doxygen 1.6.3