[next] telepathy-idle: Replace dbus_g_method_return with g_dbus_method_invocation_return_value

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 07:32:27 PDT 2014


Module: telepathy-idle
Branch: next
Commit: c208104ea43d7eb55ef8c77bfc726b109fc0bf5a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=c208104ea43d7eb55ef8c77bfc726b109fc0bf5a

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Mar 24 18:24:48 2014 +0000

Replace dbus_g_method_return with g_dbus_method_invocation_return_value

---

 src/idle-connection.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/idle-connection.c b/src/idle-connection.c
index 4130fd7..deeb149 100644
--- a/src/idle-connection.c
+++ b/src/idle-connection.c
@@ -1605,7 +1605,7 @@ idle_connection_irc_command_send (IdleSvcConnectionInterfaceIRCCommand1 *iface,
 
   _send_with_priority (self, command, SERVER_CMD_NORMAL_PRIORITY);
 
-  dbus_g_method_return (context);
+  g_dbus_method_invocation_return_value (context, NULL);
 }
 
 static void irc_command_iface_init(gpointer g_iface,



More information about the telepathy-commits mailing list