- Removed unused locking from the cothreads
[platform/upstream/gstreamer.git] / gst / gstcaps.h
index ad4ccb7..b3d4eb3 100644 (file)
 #ifndef __GST_CAPS_H__
 #define __GST_CAPS_H__
 
-#include <gst/gstconfig.h>
-
 #include <gst/gstprops.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
 
 typedef struct _GstCaps GstCaps;
 
@@ -140,8 +136,6 @@ xmlNodePtr      gst_caps_save_thyself                       (GstCaps *caps, xmlNodePtr parent);
 GstCaps*       gst_caps_load_thyself                   (xmlNodePtr parent);
 #endif
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
 
 #endif /* __GST_CAPS_H__ */