[next] telepathy-rakia: Replace DBusGMethodInvocation with GDBusMethodInvocation
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 07:33:35 PDT 2014
Module: telepathy-rakia
Branch: next
Commit: 75ec883d8d09fbcce4bdb48d23faa23056e0cd56
URL: http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=75ec883d8d09fbcce4bdb48d23faa23056e0cd56
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Mon Mar 24 18:43:52 2014 +0000
Replace DBusGMethodInvocation with GDBusMethodInvocation
---
rakia/connection-aliasing.c | 4 ++--
rakia/text-channel.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rakia/connection-aliasing.c b/rakia/connection-aliasing.c
index 6d41970..5c2d55f 100644
--- a/rakia/connection-aliasing.c
+++ b/rakia/connection-aliasing.c
@@ -144,7 +144,7 @@ conn_get_alias (TpBaseConnection *base,
static void
rakia_connection_request_aliases (TpSvcConnectionInterfaceAliasing1 *iface,
const GArray *contacts,
- DBusGMethodInvocation *context)
+ GDBusMethodInvocation *context)
{
TpBaseConnection *base = TP_BASE_CONNECTION (iface);
TpHandleRepoIface *contact_handles;
@@ -231,7 +231,7 @@ collapse_whitespace (const gchar *str, gchar **to_free)
static void
rakia_connection_set_aliases (TpSvcConnectionInterfaceAliasing1 *iface,
GHashTable *aliases,
- DBusGMethodInvocation *context)
+ GDBusMethodInvocation *context)
{
TpBaseConnection *base = TP_BASE_CONNECTION (iface);
TpHandleRepoIface *contact_handles;
diff --git a/rakia/text-channel.c b/rakia/text-channel.c
index 1677211..1b6f4bf 100644
--- a/rakia/text-channel.c
+++ b/rakia/text-channel.c
@@ -361,7 +361,7 @@ rakia_text_channel_close (TpBaseChannel *base)
*/
static void
rakia_text_channel_destroy (TpSvcChannelInterfaceDestroyable1 *iface,
- DBusGMethodInvocation *context)
+ GDBusMethodInvocation *context)
{
tp_message_mixin_clear ((GObject *) iface);
More information about the telepathy-commits
mailing list