summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-24 18:43:52 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-24 18:43:52 +0000
commit75ec883d8d09fbcce4bdb48d23faa23056e0cd56 (patch)
tree9f15046d0d35f74183c96f84bc21700e6b17e0e5
parentbad1a57c4facff9308230bcd62ed3ce42b14cc1f (diff)
Replace DBusGMethodInvocation with GDBusMethodInvocation
-rw-r--r--rakia/connection-aliasing.c4
-rw-r--r--rakia/text-channel.c2
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);