From c208104ea43d7eb55ef8c77bfc726b109fc0bf5a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 24 Mar 2014 18:24:48 +0000 Subject: 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, -- cgit v1.2.3