void playq_xmms_notify_pre_removal ( struct vfsref vr  ) 

XMMS-like notification that a song is about to be deleted.

Definition at line 124 of file playq_xmms.c.

00125 {
00126         /* Remove dangling pointers */
00127         if (cursong == vr)
00128                 cursong = NULL;
00129         
00130         g_assert(selectsong != vr);
00131 }

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