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