1.1 --- a/gmyth/src/libgmyth/gmyth_tvplayer.h Wed Sep 20 23:45:35 2006 +0100
1.2 +++ b/gmyth/src/libgmyth/gmyth_tvplayer.h Thu Sep 21 00:33:03 2006 +0100
1.3 @@ -40,7 +40,7 @@
1.4 #include "gmyth_tvchain.h"
1.5 #include "gmyth_common.h"
1.6
1.7 -#define G_BEGIN_DECLS
1.8 +G_BEGIN_DECLS
1.9
1.10 #define GMYTH_TVPLAYER_TYPE (gmyth_tvplayer_get_type ())
1.11 #define GMYTH_TVPLAYER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GMYTH_TVPLAYER_TYPE, GMythTVPlayer))
1.12 @@ -107,6 +107,6 @@
1.13 gchar *filename);
1.14 gboolean gmyth_tvplayer_livetv_setup (GMythTVPlayer *tvplayer);
1.15
1.16 -#define G_END_DECLS
1.17 +G_END_DECLS
1.18
1.19 #endif /*GMYTH_TVPLAYER_H_*/