summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager-request-internal.h
diff options
context:
space:
mode:
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,