value: Make G-I happy by hiding gst_g_thread_get_type()

This commit is contained in:
Sebastian Dröge 2012-11-20 15:37:11 +01:00
parent 6be993d0a9
commit cf6cfdc058

View 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);