From: Sebastian Dröge Date: Tue, 20 Nov 2012 14:37:11 +0000 (+0100) Subject: value: Make G-I happy by hiding gst_g_thread_get_type() X-Git-Tag: 1.1.1~380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf6cfdc0589ae9f592467f7fff567d3dbd11fef2;p=platform%2Fupstream%2Fgstreamer.git value: Make G-I happy by hiding gst_g_thread_get_type() --- diff --git a/gst/gstvalue.h b/gst/gstvalue.h index d984bda..7e2e88d 100644 --- a/gst/gstvalue.h +++ b/gst/gstvalue.h @@ -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);