value: Make G-I happy by hiding gst_g_thread_get_type()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 20 Nov 2012 14:37:11 +0000 (15:37 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 20 Nov 2012 14:39:35 +0000 (15:39 +0100)
gst/gstvalue.h

index d984bda..7e2e88d 100644 (file)
@@ -390,7 +390,11 @@ GType gst_fraction_get_type (void);
 GType gst_value_list_get_type (void);
 GType gst_value_array_get_type (void);
 GType gst_bitmask_get_type (void);
+
+/* Hide this compatibility type from introspection */
+#ifndef __GI_SCANNER__
 GType gst_g_thread_get_type (void);
+#endif
 
 GType gst_date_time_get_type (void);