aboutsummaryrefslogtreecommitdiff
path: root/gst/gsterror.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gsterror.h')
-rw-r--r--gst/gsterror.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gst/gsterror.h b/gst/gsterror.h
index d722ce0..eab6c00 100644
--- a/gst/gsterror.h
+++ b/gst/gsterror.h
@@ -197,8 +197,6 @@ typedef enum
GST_STREAM_ERROR_NUM_ERRORS
} GstStreamError;
-#define GST_TYPE_G_ERROR (gst_g_error_get_type ())
-
/**
* GST_LIBRARY_ERROR:
*
@@ -240,11 +238,6 @@ 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);