summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-channel.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2010-08-23 12:10:57 -0500
committerJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2010-08-23 14:48:53 -0500
commit8a61ac7c1c35db54ffb6419a57595a8a3715d4cd (patch)
tree05d8c8c866c407211a549e84fff7a5176d7d6d98 /telepathy-glib/base-channel.h
parent050cfdb4c703e49519d3fe515aaaad2199131f08 (diff)
downloadtelepathy-glib-8a61ac7c1c35db54ffb6419a57595a8a3715d4cd.tar.gz
TpBaseChannel: rename 'target' to 'target_handle'
To be more explicit, we're renamed _get_target() to _get_target_handle(), and the target_type class member is now called target_handle_type.
Diffstat (limited to 'telepathy-glib/base-channel.h')
-rw-r--r--telepathy-glib/base-channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/base-channel.h b/telepathy-glib/base-channel.h
index 0e33ee77f..af4c01f5a 100644
--- a/telepathy-glib/base-channel.h
+++ b/telepathy-glib/base-channel.h
@@ -48,7 +48,7 @@ struct _TpBaseChannelClass
TpDBusPropertiesMixinClass dbus_props_class;
const gchar *channel_type;
- TpHandleType target_type;
+ TpHandleType target_handle_type;
const gchar **interfaces;
TpBaseChannelCloseFunc close;
@@ -72,7 +72,7 @@ void tp_base_channel_reopened (TpBaseChannel *chan, TpHandle initiator);
const gchar *tp_base_channel_get_object_path (TpBaseChannel *chan);
TpBaseConnection *tp_base_channel_get_connection (TpBaseChannel *chan);
-TpHandle tp_base_channel_get_target (TpBaseChannel *chan);
+TpHandle tp_base_channel_get_target_handle (TpBaseChannel *chan);
TpHandle tp_base_channel_get_initiator (TpBaseChannel *chan);
gboolean tp_base_channel_is_requested (TpBaseChannel *chan);
gboolean tp_base_channel_is_destroyed (TpBaseChannel *chan);