summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager-request-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-13 10:27:15 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-13 13:15:26 +0100
commit3bf07c96ef369adf085c86601c72c6a628bfaf41 (patch)
treef8f27b4b6183331e9eb2052ee4ee155f7b565d2f /telepathy-glib/channel-manager-request-internal.h
parent860f41bada6890a9898e0acfcf5266695863cff7 (diff)
TpHandleType has been renmed to TpEntityType
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 1d0c4b88b..f47903ea2 100644
--- a/telepathy-glib/channel-manager-request-internal.h
+++ b/telepathy-glib/channel-manager-request-internal.h
@@ -50,7 +50,7 @@ struct _TpChannelManagerRequest
TpChannelManagerRequestMethod method;
gchar *channel_type;
- TpHandleType handle_type;
+ TpEntityType handle_type;
TpHandle handle;
/* only meaningful for METHOD_ENSURE_CHANNEL; only true if this is the first
@@ -88,7 +88,7 @@ TpChannelManagerRequest * _tp_channel_manager_request_new (
DBusGMethodInvocation *context,
TpChannelManagerRequestMethod method,
const char *channel_type,
- TpHandleType handle_type,
+ TpEntityType handle_type,
TpHandle handle);
void _tp_channel_manager_request_cancel (TpChannelManagerRequest *self);