gst/gsterror.h: skip GST_ERROR_SYSTEM during gir generation
authorJordan Petridis <jordan@centricular.com>
Tue, 16 Oct 2018 16:35:03 +0000 (19:35 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 23 Oct 2018 15:21:58 +0000 (16:21 +0100)
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

index 59921cb..b863da3 100644 (file)
@@ -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.