[vala/wip/error-gtype: 148/154] glib-2.0: Add type_id of GLib.Error
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/error-gtype: 148/154] glib-2.0: Add type_id of GLib.Error
- Date: Wed, 23 Feb 2022 15:33:51 +0000 (UTC)
commit 4c93f7593bf74c7bf6174daf5b72a137c20a1c5f
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]