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
This commit is contained in:
Jordan Petridis 2018-10-16 19:35:03 +03:00 committed by Sebastian Dröge
parent 127e211004
commit cd6ceb1c41

View 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.