diff -r f926338c6952 -r 803672c406ec maemo-ui/src/mmyth_tvplayer.h --- a/maemo-ui/src/mmyth_tvplayer.h Mon Nov 06 18:58:26 2006 +0000 +++ b/maemo-ui/src/mmyth_tvplayer.h Mon Dec 18 18:18:26 2006 +0000 @@ -36,9 +36,10 @@ #include #include -#include "gmyth_recorder.h" -#include "gmyth_tvchain.h" -#include "gmyth_common.h" +#include +#include +#include +#include G_BEGIN_DECLS @@ -88,6 +89,9 @@ GMythRecorder *recorder; GMythTVChain *tvchain; GMythProgramInfo *proginfo; + GMythLiveTV *livetv; + + GMythBackendInfo *backend_info; gboolean is_livetv; }; @@ -96,7 +100,7 @@ GType mmyth_tvplayer_get_type (void); MMythTVPlayer* mmyth_tvplayer_new (); -gboolean mmyth_tvplayer_initialize (MMythTVPlayer *tvplayer); +gboolean mmyth_tvplayer_initialize (MMythTVPlayer *tvplayer, GMythBackendInfo *backend_info); void mmyth_tvplayer_start_playing (MMythTVPlayer *tvplayer); void mmyth_tvplayer_stop_playing (MMythTVPlayer *tvplayer);