From: Jordan Petridis Date: Tue, 16 Oct 2018 16:35:03 +0000 (+0300) Subject: gst/gsterror.h: skip GST_ERROR_SYSTEM during gir generation X-Git-Tag: 1.16.2~241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd6ceb1c41729fcedb0baaae94f60f477d700fe2;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst/gsterror.h b/gst/gsterror.h index 59921cb..b863da3 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.