int playq_xmms_prev ( void   ) 

XMMS-like function that switches playback to the previous song.

Definition at line 112 of file playq_xmms.c.

00113 {
00114         if (cursong != NULL) {
00115                 selectsong = vfs_list_prev(cursong);
00116                 if (selectsong == NULL)
00117                         selectsong = vfs_list_last(&playq_list);
00118         }
00119 
00120         return (selectsong == NULL);
00121 }

Here is the call graph for this function:

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