summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager-request-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-07 18:28:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-08 19:53:53 +0100
commit1a92e5376193b5501089b810b0ea8982b292371c (patch)
tree28af71aa6c82a1d87597a2d8f5557c84eed04bbe /telepathy-glib/channel-manager-request-internal.h
parent614b2fa28ef759fce970951893697ed67931c1c7 (diff)
Rename all mentions of handle types to entity types
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77139 Reviewed-by: Xavier Claessens
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 e6836fbef..36154161a 100644
--- a/telepathy-glib/channel-manager-request-internal.h
+++ b/telepathy-glib/channel-manager-request-internal.h
@@ -49,7 +49,7 @@ struct _TpChannelManagerRequest
TpChannelManagerRequestMethod method;
gchar *channel_type;
- TpEntityType handle_type;
+ TpEntityType entity_type;
TpHandle handle;
/* only meaningful for METHOD_ENSURE_CHANNEL; only true if this is the first
@@ -87,7 +87,7 @@ TpChannelManagerRequest * _tp_channel_manager_request_new (
GDBusMethodInvocation *context,
TpChannelManagerRequestMethod method,
const char *channel_type,
- TpEntityType handle_type,
+ TpEntityType entity_type,
TpHandle handle);
void _tp_channel_manager_request_cancel (TpChannelManagerRequest *self);