view src/streambrowser/gui/streambrowser_win.h @ 2752:cd2d2118fdee

Fix length calculation to include fades.
author William Pitcock <nenolod@atheme.org>
date Mon, 30 Jun 2008 23:52:43 -0500
parents 6d6a3eb67510
children c156102069ae
line wrap: on
line source


#ifndef STREAMBROWSER_WIN_H
#define STREAMBROWSER_WIN_H

#include "../streamdir.h"


void			streambrowser_win_init();
void			streambrowser_win_done();
void			streambrowser_win_show();
void			streambrowser_win_hide();

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));


#endif	// STREAMBROWSER_WIN_H