mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
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:
parent
efef6e2248
commit
cfadd1d937
1 changed files with 4 additions and 0 deletions
|
@ -240,7 +240,11 @@ typedef enum
|
||||||
*/
|
*/
|
||||||
#define GST_ERROR_SYSTEM ("system error: %s", g_strerror (errno))
|
#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);
|
GType gst_g_error_get_type (void);
|
||||||
|
#endif
|
||||||
|
|
||||||
gchar *gst_error_get_message (GQuark domain, gint code);
|
gchar *gst_error_get_message (GQuark domain, gint code);
|
||||||
GQuark gst_stream_error_quark (void);
|
GQuark gst_stream_error_quark (void);
|
||||||
GQuark gst_core_error_quark (void);
|
GQuark gst_core_error_quark (void);
|
||||||
|
|
Loading…
Reference in a new issue