- Removed unused locking from the cothreads
[platform/upstream/gstreamer.git] / gst / gstprops.h
index 0387688..81d8d5c 100644 (file)
@@ -28,9 +28,7 @@
 
 #include <glib-object.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
 
 typedef struct _GstProps GstProps;
 extern GType _gst_props_type;
@@ -140,8 +138,6 @@ GstProps*           gst_props_load_thyself          (xmlNodePtr parent);
 #endif
 
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
 
 #endif /* __GST_PROPS_H__ */