]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add type_id of GLib.Error
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 15 Oct 2019 06:27:05 +0000 (08:27 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 24 Feb 2022 18:16:01 +0000 (19:16 +0100)
vapi/glib-2.0.vapi

index 57ed8423877523b87717870720f227d35c72fb72..e22acacdd6be26867a4782fb6dfb25364e65f203 100644 (file)
@@ -2671,7 +2671,7 @@ namespace GLib {
 
        [Compact]
        [ErrorBase]
-       [CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+       [CCode (copy_function = "g_error_copy", free_function = "g_error_free", type_id = "G_TYPE_ERROR")]
        public class Error {
                [PrintfFormat]
                public Error (Quark domain, int code, string format, ...);