Remove all songs from the playlist. Definition at line 558 of file playq.c. 00559 { 00560 struct vfsref *vr; 00561 00562 playq_lock(); 00563 while ((vr = vfs_list_first(&playq_list)) != NULL) { 00564 funcs->notify_pre_removal(vr); 00565 gui_playq_notify_pre_removal(1); 00566 vfs_list_remove(&playq_list, vr); 00567 vfs_close(vr); 00568 } 00569 gui_playq_notify_done(); 00570 playq_unlock(); 00571 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3