adding G_BEGIN and G_END_DECLS
authorLeif Johnson <leif@ambient.2y.net>
Thu, 9 Oct 2003 21:59:03 +0000 (21:59 +0000)
committerLeif Johnson <leif@ambient.2y.net>
Thu, 9 Oct 2003 21:59:03 +0000 (21:59 +0000)
Original commit message from CVS:
adding G_BEGIN and G_END_DECLS

gst-libs/gst/media-info/media-info.h

index 8df0c2d9279c311aef7c497c7b648c19bfb980de..a718b626d39ce6c7256a09d324f3c04f1c0705cd 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <gst/gst.h>
 
+G_BEGIN_DECLS
+
 typedef struct GstMediaInfoPriv                GstMediaInfoPriv;
 typedef struct _GstMediaInfo            GstMediaInfo;
 typedef struct _GstMediaInfoClass       GstMediaInfoClass;
@@ -123,4 +125,6 @@ gboolean    gst_media_info_write    (GstMediaInfo *media_info,
                                         GstCaps *media_info);
                                         */
 
+G_END_DECLS
+
 #endif /* __GST_MEDIA_INFO_H__ */