summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-28 13:20:22 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-28 13:20:22 +0000
commitab0ecc79c1c2bd4a33b0db8dcf620958bf824d9e (patch)
tree101166d151b557f2012bb4cb020477c4d62bbb15 /telepathy-glib/channel.h
parent0e98afb48498766d0f35a1434faa031423cd4d04 (diff)
downloadtelepathy-glib-ab0ecc79c1c2bd4a33b0db8dcf620958bf824d9e.tar.gz
TpChannel: add accessors for group flags, group self-handle and handle owners
20080528132022-53eee-a673840df820a034af1e14fc8665dc04964e74eb.gz
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 0bf02c61d..082b2bd78 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -23,6 +23,7 @@
#define __TP_CHANNEL_H__
#include <telepathy-glib/connection.h>
+#include <telepathy-glib/enums.h>
#include <telepathy-glib/handle.h>
#include <telepathy-glib/proxy.h>
@@ -76,6 +77,10 @@ GQuark tp_channel_get_channel_type_id (TpChannel *self);
TpHandle tp_channel_get_handle (TpChannel *self, TpHandleType *handle_type);
TpConnection *tp_channel_borrow_connection (TpChannel *self);
+TpHandle tp_channel_group_get_self_handle (TpChannel *self);
+TpChannelGroupFlags tp_channel_group_get_flags (TpChannel *self);
+TpHandle tp_channel_group_get_handle_owner (TpChannel *self, TpHandle handle);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel.h>