From 5b7390a2403bb2b37ebcbfc2cab27c8d766b6c17 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Mar 2014 20:33:52 +0000 Subject: Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocation Mostly done with perl/sed one-liners. --- telepathy-glib/channel-manager-request-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'telepathy-glib/channel-manager-request-internal.h') diff --git a/telepathy-glib/channel-manager-request-internal.h b/telepathy-glib/channel-manager-request-internal.h index f47903ea2..a23c2c978 100644 --- a/telepathy-glib/channel-manager-request-internal.h +++ b/telepathy-glib/channel-manager-request-internal.h @@ -46,7 +46,7 @@ struct _TpChannelManagerRequest /**/ GObject parent; - DBusGMethodInvocation *context; + GDBusMethodInvocation *context; TpChannelManagerRequestMethod method; gchar *channel_type; @@ -85,7 +85,7 @@ GType tp_channel_manager_request_get_type (void); TpChannelManagerRequestClass)) TpChannelManagerRequest * _tp_channel_manager_request_new ( - DBusGMethodInvocation *context, + GDBusMethodInvocation *context, TpChannelManagerRequestMethod method, const char *channel_type, TpEntityType handle_type, -- cgit v1.2.3