void playq_song_fast_move_head ( struct vfsref vr,
unsigned int  index 
)

Move the specified song to the top.

Definition at line 520 of file playq.c.

00521 {
00522         /* Remove the current item */
00523         gui_playq_notify_pre_removal(index);
00524         vfs_list_remove(&playq_list, vr);
00525 
00526         /* Add it to the top */
00527         vfs_list_insert_head(&playq_list, vr);
00528         gui_playq_notify_post_insertion(1);
00529         gui_playq_notify_done();
00530 }

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:44 2010 for herrie by  doxygen 1.6.3