void playq_cursong_next ( void   ) 

Continue to the next song.

Definition at line 374 of file playq.c.

00375 {
00376         playq_lock();
00377         if (funcs->next() == 0) {
00378                 /* Unpause as well */
00379                 playq_flags |= PF_SKIP;
00380                 g_cond_signal(playq_wakeup);
00381         }
00382         playq_unlock();
00383 }

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