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:
![]() |
1.6.3