Mercurial > audlegacy-plugins
diff src/streambrowser/gui/streambrowser_win.h @ 2889:6c53f9fa9029
Backed out changeset 59ff744e1e23
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 12 Aug 2008 20:29:49 +0300 |
| parents | fbb32674bfd2 |
| children |
line wrap: on
line diff
--- a/src/streambrowser/gui/streambrowser_win.h Fri Aug 01 22:55:49 2008 +0300 +++ b/src/streambrowser/gui/streambrowser_win.h Tue Aug 12 20:29:49 2008 +0300 @@ -12,7 +12,9 @@ void streambrowser_win_set_streamdir(streamdir_t *streamdir, gchar *icon_filename); void streambrowser_win_set_category(streamdir_t *streamdir, category_t *category); -void streambrowser_win_set_update_function(void (* update_function) (streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo)); +void streambrowser_win_set_streaminfo(streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo); + +void streambrowser_win_set_update_function(void (* update_function) (streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo, gboolean add_to_playlist)); void streambrowser_win_set_category_state(streamdir_t *streamdir, category_t *category, gboolean fetching); void streambrowser_win_set_streaminfo_state(streamdir_t *streamdir, category_t *category, streaminfo_t *streaminfo, gboolean fetching);
