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