[vala/wip/error-gtype: 5/11] glib-2.0: Add type_id of GLib.Error




commit d45ca12fecb8dbd521c6a2ad98ba8132ebc89a0e
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Oct 15 08:27:05 2019 +0200

    glib-2.0: Add type_id of GLib.Error

 vapi/glib-2.0.vapi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 57ed84238..4a5b35ba3 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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_error_get_type 
()")]
        public class Error {
                [PrintfFormat]
                public Error (Quark domain, int code, string format, ...);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]