introspection: Build with latest g-i

Hide a compatibility typedef.

https://bugzilla.gnome.org/show_bug.cgi?id=629241
https://bugzilla.gnome.org/show_bug.cgi?id=550616
This commit is contained in:
Colin Walters 2010-09-10 15:07:03 -04:00 committed by Tim-Philipp Müller
parent efef6e2248
commit cfadd1d937

View file

@ -240,7 +240,11 @@ typedef enum
*/
#define GST_ERROR_SYSTEM ("system error: %s", g_strerror (errno))
/* Hide this compatibility type from introspection */
#ifndef __GI_SCANNER__
GType gst_g_error_get_type (void);
#endif
gchar *gst_error_get_message (GQuark domain, gint code);
GQuark gst_stream_error_quark (void);
GQuark gst_core_error_quark (void);