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