mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ typedef enum
|
||||||
#define GST_STREAM_ERROR gst_stream_error_quark ()
|
#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
|
* Builds a string using errno describing the previously failed system
|
||||||
* call. To be used as the debug argument in #GST_ELEMENT_ERROR.
|
* call. To be used as the debug argument in #GST_ELEMENT_ERROR.
|
||||||
|
|
Loading…
Reference in a new issue