summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-24 18:24:48 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-24 20:19:06 +0000
commitc208104ea43d7eb55ef8c77bfc726b109fc0bf5a (patch)
tree67c42364e5b2d07526fe3955e413b7144961dab7
parent5047e3640e809aa0374f3dce2c825d2b5e6dbc5f (diff)
Replace dbus_g_method_return with g_dbus_method_invocation_return_value
-rw-r--r--src/idle-connection.c2
1 files changed, 1 insertions, 1 deletions
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,