void playq_cursong_prev ( void   ) 

Go back to the previous song.

Definition at line 386 of file playq.c.

00387 {
00388         playq_lock();
00389         if (funcs->prev() == 0) {
00390                 /* Unpause as well */
00391                 playq_flags |= PF_SKIP;
00392                 g_cond_signal(playq_wakeup);
00393         }
00394         playq_unlock();
00395 }

Here is the call graph for this function:

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