|
2735
|
1
|
|
|
2 #ifndef STREAMBROWSER_WIN_H
|
|
|
3 #define STREAMBROWSER_WIN_H
|
|
|
4
|
|
|
5 #include "../streamdir.h"
|
|
|
6
|
|
|
7
|
|
|
8 void streambrowser_win_init();
|
|
|
9 void streambrowser_win_done();
|
|
|
10 void streambrowser_win_show();
|
|
|
11 void streambrowser_win_hide();
|
|
|
12
|
|
|
13 void streambrowser_win_set_streamdir(streamdir_t *streamdir, gchar *icon_filename);
|
|
|
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));
|
|
|
16
|
|
|
17
|
|
|
18 #endif // STREAMBROWSER_WIN_H
|
|
|
19
|