[vala/0.14] gio-2.0: Fix error type in g_dbus_send_message_with_reply binding
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] gio-2.0: Fix error type in g_dbus_send_message_with_reply binding
- Date: Wed, 30 Nov 2011 14:26:46 +0000 (UTC)
commit d29b54d2a2438815321749f9668462dd5cc27b46
Author: JÃrg Billeter <j bitron ch>
Date: Wed Nov 23 16:29:50 2011 +0100
gio-2.0: Fix error type in g_dbus_send_message_with_reply binding
vapi/gio-2.0.vapi | 4 ++--
vapi/packages/gio-2.0/gio-2.0.metadata | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 1851ca5..8176baf 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -282,8 +282,8 @@ namespace GLib {
public uint register_subtree (string object_path, GLib.DBusSubtreeVTable vtable, GLib.DBusSubtreeFlags flags, GLib.DestroyNotify user_data_free_func) throws GLib.Error;
public void remove_filter (uint filter_id);
public bool send_message (GLib.DBusMessage message, GLib.DBusSendMessageFlags flags, out uint32 out_serial) throws GLib.Error;
- public async GLib.DBusMessage send_message_with_reply (GLib.DBusMessage message, GLib.DBusSendMessageFlags flags, int timeout_msec, uint32* out_serial = null, GLib.Cancellable? cancellable = null) throws GLib.Error;
- public GLib.DBusMessage send_message_with_reply_sync (GLib.DBusMessage message, GLib.DBusSendMessageFlags flags, int timeout_msec, out uint32 out_serial, GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public async GLib.DBusMessage send_message_with_reply (GLib.DBusMessage message, GLib.DBusSendMessageFlags flags, int timeout_msec, uint32* out_serial = null, GLib.Cancellable? cancellable = null) throws GLib.IOError;
+ public GLib.DBusMessage send_message_with_reply_sync (GLib.DBusMessage message, GLib.DBusSendMessageFlags flags, int timeout_msec, out uint32 out_serial, GLib.Cancellable? cancellable = null) throws GLib.IOError;
public void set_exit_on_close (bool exit_on_close);
public uint signal_subscribe (string? sender, string? interface_name, string? member, string? object_path, string? arg0, GLib.DBusSignalFlags flags, owned GLib.DBusSignalCallback callback);
public void signal_unsubscribe (uint subscription_id);
diff --git a/vapi/packages/gio-2.0/gio-2.0.metadata b/vapi/packages/gio-2.0/gio-2.0.metadata
index 96bf0cb..2bf3fac 100644
--- a/vapi/packages/gio-2.0/gio-2.0.metadata
+++ b/vapi/packages/gio-2.0/gio-2.0.metadata
@@ -92,8 +92,8 @@ g_dbus_connection_new.observer nullable="1" default_value="null"
g_dbus_connection_send_message_with_reply async="1"
g_dbus_connection_send_message_with_reply.out_serial is_pointer="1" default_value="null"
g_dbus_connection_send_message_with_reply_sync.out_serial is_out="1"
-g_dbus_connection_send_message_with_reply_finish transfer_ownership="1"
-g_dbus_connection_send_message_with_reply_sync transfer_ownership="1"
+g_dbus_connection_send_message_with_reply_finish transfer_ownership="1" error_types="GLib.IOError"
+g_dbus_connection_send_message_with_reply_sync transfer_ownership="1" error_types="GLib.IOError"
g_dbus_connection_signal_subscribe.sender nullable="1"
g_dbus_connection_signal_subscribe.interface_name nullable="1"
g_dbus_connection_signal_subscribe.member nullable="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]