summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-11-18 21:46:30 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-02-24 19:59:24 +0100
commitd5a1678cad4013f0d5b285eb1dd9125f3c7f3471 (patch)
tree0be5639073870b47ca659dc5029f4173e6f3e71d /vapi/gstreamer-1.0.vapi
parent147cf8ace00c314dcf5e9bff62e02f68746b5664 (diff)
downloadvala-d5a1678cad4013f0d5b285eb1dd9125f3c7f3471.tar.gz
vapi: Regenerate GIR-based bindings to pick up type_id of error domains
Diffstat (limited to 'vapi/gstreamer-1.0.vapi')
-rw-r--r--vapi/gstreamer-1.0.vapi14
1 files changed, 7 insertions, 7 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index 50e02fa45..56cf527c1 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -3964,7 +3964,7 @@ namespace Gst {
SINK,
SRC
}
- [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_CORE_ERROR_")]
+ [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_CORE_ERROR_", type_id = "gst_core_error_get_type ()")]
public errordomain CoreError {
FAILED,
TOO_LAZY,
@@ -3983,7 +3983,7 @@ namespace Gst {
NUM_ERRORS;
public static GLib.Quark quark ();
}
- [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_LIBRARY_ERROR_")]
+ [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_LIBRARY_ERROR_", type_id = "gst_library_error_get_type ()")]
public errordomain LibraryError {
FAILED,
TOO_LAZY,
@@ -3994,7 +3994,7 @@ namespace Gst {
NUM_ERRORS;
public static GLib.Quark quark ();
}
- [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_PARSE_ERROR_")]
+ [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_PARSE_ERROR_", type_id = "gst_parse_error_get_type ()")]
public errordomain ParseError {
SYNTAX,
NO_SUCH_ELEMENT,
@@ -4006,14 +4006,14 @@ namespace Gst {
DELAYED_LINK;
public static GLib.Quark quark ();
}
- [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_PLUGIN_ERROR_")]
+ [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_PLUGIN_ERROR_", type_id = "gst_plugin_error_get_type ()")]
public errordomain PluginError {
MODULE,
DEPENDENCIES,
NAME_MISMATCH;
public static GLib.Quark quark ();
}
- [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_RESOURCE_ERROR_")]
+ [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_RESOURCE_ERROR_", type_id = "gst_resource_error_get_type ()")]
public errordomain ResourceError {
FAILED,
TOO_LAZY,
@@ -4033,7 +4033,7 @@ namespace Gst {
NUM_ERRORS;
public static GLib.Quark quark ();
}
- [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_STREAM_ERROR_")]
+ [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_STREAM_ERROR_", type_id = "gst_stream_error_get_type ()")]
public errordomain StreamError {
FAILED,
TOO_LAZY,
@@ -4051,7 +4051,7 @@ namespace Gst {
NUM_ERRORS;
public static GLib.Quark quark ();
}
- [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_URI_ERROR_")]
+ [CCode (cheader_filename = "gst/gst.h", cprefix = "GST_URI_ERROR_", type_id = "gst_uri_error_get_type ()")]
public errordomain URIError {
UNSUPPORTED_PROTOCOL,
BAD_URI,