void playq_song_fast_move_tail ( struct vfsref vr,
unsigned int  index 
)

Move the specified song to the bottom.

Definition at line 533 of file playq.c.

00534 {
00535         /* Remove the current item */
00536         gui_playq_notify_pre_removal(index);
00537         vfs_list_remove(&playq_list, vr);
00538 
00539         /* Add it to the bottom */
00540         vfs_list_insert_tail(&playq_list, vr);
00541         gui_playq_notify_post_insertion(vfs_list_items(&playq_list));
00542         gui_playq_notify_done();
00543 }

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