comparison gui/util/list.h @ 35376:02006c5b3b30

Move add_to_gui_playlist() to util/list.c. It's not an interface related function, but a playlist utility one. Additionally, add doxygen comments and change debug message. As a result, the different implementation of add_to_gui_playlist() of the Win32 GUI - the GUI uses code from util/list.c - can't have the same name and thus will be renamed to import_file_into_gui() again, reverting the r35467 and r35444 changes which were premature.
author ib
date Sun, 25 Nov 2012 11:51:35 +0000
parents 42fa91951bd2
children d076af01765d
comparison
equal deleted inserted replaced
35375:15b6ae10180a 35376:02006c5b3b30
53 //@{ 53 //@{
54 void listRepl(char ***list, const char *search, const char *replace); 54 void listRepl(char ***list, const char *search, const char *replace);
55 void listSet(char ***list, const char *entry); 55 void listSet(char ***list, const char *entry);
56 //@} 56 //@}
57 57
58 /// @name high-level list operations
59 //@{
60 int add_to_gui_playlist(const char *what, int how);
61 //@}
62
58 #endif /* MPLAYER_GUI_LIST_H */ 63 #endif /* MPLAYER_GUI_LIST_H */