[vala/0.30: 4/5] gio-2.0: Fix type of ActionEntry.change_state_callback
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.30: 4/5] gio-2.0: Fix type of ActionEntry.change_state_callback
- Date: Tue, 27 Oct 2015 18:25:43 +0000 (UTC)
commit 0f5ae98b920cb2a34f3c12f34de4a84b834def2f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Oct 27 16:54:32 2015 +0100
gio-2.0: Fix type of ActionEntry.change_state_callback
(cherry picked from commit edae621e0cdd4aa31863364b76e0ba3997639ef8)
vapi/gio-2.0.vapi | 2 +-
vapi/metadata/Gio-2.0-custom.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index fd251fa..12c24f4 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -2997,7 +2997,7 @@ namespace GLib {
[CCode (cname = "activate")]
public GLib.SimpleActionActivateFunc activate_callback;
[CCode (cname = "change_state")]
- public GLib.SimpleActionChangeStateCallback? change_state_callback;
+ public GLib.SimpleActionChangeStateFunc? change_state_callback;
}
[CCode (cheader_filename = "gio/gio.h", has_type_id = false)]
public struct DBusErrorEntry {
diff --git a/vapi/metadata/Gio-2.0-custom.vala b/vapi/metadata/Gio-2.0-custom.vala
index a16783d..3a8692d 100644
--- a/vapi/metadata/Gio-2.0-custom.vala
+++ b/vapi/metadata/Gio-2.0-custom.vala
@@ -18,7 +18,7 @@ namespace GLib {
[CCode (cname = "activate")]
public GLib.SimpleActionActivateFunc activate_callback;
[CCode (cname = "change_state")]
- public GLib.SimpleActionChangeStateCallback? change_state_callback;
+ public GLib.SimpleActionChangeStateFunc? change_state_callback;
}
[Compact]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]