void playq_song_remove_all ( void   ) 

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:

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