summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-10-09 21:59:03 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-10-09 21:59:03 +0000
commitc1434d0872d8af838f09b51e4dbdbefb943850c7 (patch)
tree32c6c8caf1b5d963185249eaeef5e2354229a681
parentf43766333bd3b4e1a22499baa17f5969264d9a9a (diff)
downloadgstreamer-plugins-bad-c1434d0872d8af838f09b51e4dbdbefb943850c7.tar.gz
adding G_BEGIN and G_END_DECLS
Original commit message from CVS: adding G_BEGIN and G_END_DECLS
-rw-r--r--gst-libs/gst/media-info/media-info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/media-info/media-info.h b/gst-libs/gst/media-info/media-info.h
index 8df0c2d92..a718b626d 100644
--- a/gst-libs/gst/media-info/media-info.h
+++ b/gst-libs/gst/media-info/media-info.h
@@ -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__ */