summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-08 14:21:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-08 14:21:30 +0100
commitf528deb10c51a9a2e66819ab6aaaa85f7097439d (patch)
tree7f8bf37bf8ea0a7a30246fd1c93755c249204efd /telepathy-glib/channel.h
parentc84eafd93eda77aa42adbe4b4293937e9818b722 (diff)
downloadtelepathy-glib-f528deb10c51a9a2e66819ab6aaaa85f7097439d.tar.gz
Add a GROUP feature to TpChannel
This is (currently) prepared at the same time as CORE, but it's a good way to check whether a CORE-ready channel is a group.
Diffstat (limited to 'telepathy-glib/channel.h')
-rw-r--r--telepathy-glib/channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/channel.h b/telepathy-glib/channel.h
index b4cc8b959..21a9784c1 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -119,6 +119,10 @@ TpHandle tp_channel_group_get_handle_owner (TpChannel *self, TpHandle handle);
GQuark tp_channel_get_feature_quark_core (void) G_GNUC_CONST;
+#define TP_CHANNEL_FEATURE_GROUP \
+ tp_channel_get_feature_quark_group ()
+GQuark tp_channel_get_feature_quark_group (void) G_GNUC_CONST;
+
#define TP_CHANNEL_FEATURE_CHAT_STATES \
tp_channel_get_feature_quark_chat_states ()
GQuark tp_channel_get_feature_quark_chat_states (void) G_GNUC_CONST;