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:
parent
127e211004
commit
cd6ceb1c41
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user