summaryrefslogtreecommitdiff
path: root/vapi/gobject-introspection-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/gobject-introspection-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/gobject-introspection-1.0.vapi')
-rw-r--r--vapi/gobject-introspection-1.0.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gobject-introspection-1.0.vapi b/vapi/gobject-introspection-1.0.vapi
index 2b8b627ed..306392f92 100644
--- a/vapi/gobject-introspection-1.0.vapi
+++ b/vapi/gobject-introspection-1.0.vapi
@@ -426,7 +426,7 @@ namespace GI {
MUST_NOT_OVERRIDE,
THROWS
}
- [CCode (cheader_filename = "girepository.h", cname = "GInvokeError", cprefix = "G_INVOKE_ERROR_")]
+ [CCode (cheader_filename = "girepository.h", cname = "GInvokeError", cprefix = "G_INVOKE_ERROR_", has_type_id = false)]
[GIR (name = "nvokeError")]
public errordomain InvokeError {
FAILED,
@@ -434,7 +434,7 @@ namespace GI {
ARGUMENT_MISMATCH;
public static GLib.Quark quark ();
}
- [CCode (cheader_filename = "girepository.h", cprefix = "G_IREPOSITORY_ERROR_")]
+ [CCode (cheader_filename = "girepository.h", cprefix = "G_IREPOSITORY_ERROR_", has_type_id = false)]
public errordomain RepositoryError {
TYPELIB_NOT_FOUND,
NAMESPACE_MISMATCH,