From cf6cfdc0589ae9f592467f7fff567d3dbd11fef2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 20 Nov 2012 15:37:11 +0100 Subject: [PATCH] value: Make G-I happy by hiding gst_g_thread_get_type() --- gst/gstvalue.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.7.4