From b6c740cc6927e1a1d4103f5151e0bcb46fef00c5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 5 Jul 2000 10:21:53 +0000 Subject: [PATCH] I'm too lazy to comment this Original commit message from CVS: *** empty log message *** --- gstplay/gstplay.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gstplay/gstplay.h diff --git a/gstplay/gstplay.h b/gstplay/gstplay.h new file mode 100644 index 0000000000..101101655c --- /dev/null +++ b/gstplay/gstplay.h @@ -0,0 +1,25 @@ +/* + * Initial main.c file generated by Glade. Edit as required. + * Glade will not overwrite this file. + */ + +#ifndef __GSTPLAY_H__ +#define __GSTPLAY_H__ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include + +typedef enum { + GSTPLAY_PLAYING, + GSTPLAY_STOPPED, + GSTPLAY_PAUSE, +} GstPlayState; + +void change_state(GstPlayState new_state); +void show_next_picture(); + +#endif /* __GSTPLAY_H__ */