Mercurial > audlegacy
comparison audacious/actions-playlist.h @ 2259:3668594b4fc8 trunk
[svn] - moved action_playlist_* implementation from ui_main.c to ui_playlist.c (more appropriate)
author | giacomo |
---|---|
date | Thu, 04 Jan 2007 04:16:48 -0800 |
parents | 7e0642c07bcc |
children | 32e570c6d808 |
comparison
equal
deleted
inserted
replaced
2258:2c66f4fe9cfa | 2259:3668594b4fc8 |
---|---|
16 */ | 16 */ |
17 | 17 |
18 #ifndef ACTIONS_PLAYLIST_H | 18 #ifndef ACTIONS_PLAYLIST_H |
19 #define ACTIONS_PLAYLIST_H | 19 #define ACTIONS_PLAYLIST_H |
20 | 20 |
21 void action_new_list(void); | |
22 void action_load_list(void); | 21 void action_load_list(void); |
23 void action_save_list(void); | 22 void action_save_list(void); |
24 void action_save_default_list(void); | 23 void action_save_default_list(void); |
25 void action_open_list_manager(void); | 24 void action_open_list_manager(void); |
26 void action_refresh_list(void); | 25 void action_refresh_list(void); |
26 | |
27 void action_playlist_prev(void); | |
28 void action_playlist_new(void); | |
29 void action_playlist_next(void); | |
30 void action_playlist_delete(void); | |
27 | 31 |
28 void action_search_and_select(void); | 32 void action_search_and_select(void); |
29 void action_invert_selection(void); | 33 void action_invert_selection(void); |
30 void action_select_all(void); | 34 void action_select_all(void); |
31 void action_select_none(void); | 35 void action_select_none(void); |