comparison src/streambrowser/gui/streambrowser_win.h @ 2848:fbb32674bfd2

click on a stream updates; more comments; more proper stream icons
author Calin Crisan ccrisan@gmail.com
date Mon, 28 Jul 2008 23:43:31 +0300
parents 11fb1503ee4b
children
comparison
equal deleted inserted replaced
2845:d0cbf303869b 2848:fbb32674bfd2
10 void streambrowser_win_show(); 10 void streambrowser_win_show();
11 void streambrowser_win_hide(); 11 void streambrowser_win_hide();
12 12
13 void streambrowser_win_set_streamdir(streamdir_t *streamdir, gchar *icon_filename); 13 void streambrowser_win_set_streamdir(streamdir_t *streamdir, gchar *icon_filename);
14 void streambrowser_win_set_category(streamdir_t *streamdir, category_t *category); 14 void streambrowser_win_set_category(streamdir_t *streamdir, category_t *category);
15 void streambrowser_win_set_update_function(void (* update_function) (streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo)); 15 void streambrowser_win_set_streaminfo(streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo);
16
17 void streambrowser_win_set_update_function(void (* update_function) (streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo, gboolean add_to_playlist));
16 void streambrowser_win_set_category_state(streamdir_t *streamdir, category_t *category, gboolean fetching); 18 void streambrowser_win_set_category_state(streamdir_t *streamdir, category_t *category, gboolean fetching);
17 void streambrowser_win_set_streaminfo_state(streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo, gboolean fetching); 19 void streambrowser_win_set_streaminfo_state(streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo, gboolean fetching);
18 20
19 21
20 #endif // STREAMBROWSER_WIN_H 22 #endif // STREAMBROWSER_WIN_H