summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager-request-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-10 20:33:52 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-26 18:20:57 +0000
commit5b7390a2403bb2b37ebcbfc2cab27c8d766b6c17 (patch)
tree3615ec9d698e41357b12f9d338412eb76267a7cc /telepathy-glib/channel-manager-request-internal.h
parentbfd0ee2737aba681f2b49d504890c9147dcdbf3c (diff)
Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocation
Mostly done with perl/sed one-liners.
Diffstat (limited to 'telepathy-glib/channel-manager-request-internal.h')
-rw-r--r--telepathy-glib/channel-manager-request-internal.h4
1 files changed, 2 insertions, 2 deletions
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
/*<private>*/
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,