From cd6ceb1c41729fcedb0baaae94f60f477d700fe2 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 16 Oct 2018 19:35:03 +0300 Subject: [PATCH] gst/gsterror.h: skip GST_ERROR_SYSTEM during gir generation GST_ERROR_SYSTEM can't really be used outside of C and should be skipped. https://bugzilla.gnome.org/show_bug.cgi?id=797320 --- gst/gsterror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsterror.h b/gst/gsterror.h index 59921cbf81..b863da3d53 100644 --- a/gst/gsterror.h +++ b/gst/gsterror.h @@ -235,7 +235,7 @@ typedef enum #define GST_STREAM_ERROR gst_stream_error_quark () /** - * GST_ERROR_SYSTEM: + * GST_ERROR_SYSTEM: (skip): * * Builds a string using errno describing the previously failed system * call. To be used as the debug argument in #GST_ELEMENT_ERROR.