summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-08 10:15:11 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-08 12:53:23 +0200
commit7a2a6396e4f02e5bae68ea407a0fea3da4ad3df8 (patch)
tree9e8b9b6f2134c642e21bff07a6b7ab3294967cdb /telepathy-glib/channel.h
parent1db9ad36d8e66f4382e3564a79e88beb264eaf50 (diff)
downloadtelepathy-glib-7a2a6396e4f02e5bae68ea407a0fea3da4ad3df8.tar.gz
TpChannel: add API to get the Requested and Initiator{Handle,Id} prop (fdo #28420)
Diffstat (limited to 'telepathy-glib/channel.h')
-rw-r--r--telepathy-glib/channel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/channel.h b/telepathy-glib/channel.h
index 21a9784c1..e1a89fb2a 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -114,6 +114,11 @@ gboolean tp_channel_group_get_local_pending_info (TpChannel *self,
TpHandle tp_channel_group_get_handle_owner (TpChannel *self, TpHandle handle);
+gboolean tp_channel_get_requested (TpChannel *self);
+
+TpHandle tp_channel_get_initiator_handle (TpChannel *self);
+const gchar * tp_channel_get_initiator_identifier (TpChannel *self);
+
#define TP_CHANNEL_FEATURE_CORE \
tp_channel_get_feature_quark_core ()