- Removed unused locking from the cothreads
[platform/upstream/gstreamer.git] / gst / gstextratypes.h
index eecd199..3d6956a 100644 (file)
 #ifndef __GST_EXTRA_TYPES_H__
 #define __GST_EXTRA_TYPES_H__
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
+G_BEGIN_DECLS
 
 #define GST_TYPE_FILENAME (gst_extra_get_filename_type())
        
 GType gst_extra_get_filename_type(void);
 
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
 
 #endif /* __GST_EXTRA_TYPES_H__ */