[vala/wip/error-gtype: 192/197] 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: 192/197] glib-2.0: Add type_id of GLib.Error
- Date: Tue, 21 Jan 2020 12:43:23 +0000 (UTC)
commit f49d9c0a3b74dc49528692c90607507c0227a380
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 0ee04830a..b48f0f205 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2557,7 +2557,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]