[vala/wip/error-gtype: 5/11] 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: 5/11] glib-2.0: Add type_id of GLib.Error
- Date: Thu, 24 Feb 2022 14:28:53 +0000 (UTC)
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]