branch | trunk |
changeset 57 | c83c59b22fe1 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/maemo-ui/src/mmyth_videoplayer.h Fri Oct 27 00:11:21 2006 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +#ifndef MMYTH_VIDEOPLAYER_H_ 1.5 +#define MMYTH_VIDEOPLAYER_H_ 1.6 + 1.7 +#include "mmyth_ui.h" 1.8 + 1.9 +void mmyth_player_init (MMythUi * mmyth_ui); 1.10 +void mmyth_player_stop (MMythUi * mmyth_ui); 1.11 + 1.12 +void mmyth_play_channel (MMythUi * mmyth_ui, gint service_id); 1.13 + 1.14 + 1.15 +#endif /* MMYTH_VIDEOPLAYER_H_ */