summaryrefslogtreecommitdiff
path: root/telepathy-glib/capabilities.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-13 12:20:28 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-14 14:41:06 +0200
commit2c464fd0210831b43b55e648c601cc9592df795e (patch)
tree28c8aa5eec1d921b71e4712f01c52977aa4b692f /telepathy-glib/capabilities.h
parent39bea0e60ea1bc79e69b4ba6dbcb1017c90ecff7 (diff)
downloadtelepathy-glib-2c464fd0210831b43b55e648c601cc9592df795e.tar.gz
add tp_capabilities_supports_text_chat(room)s
Diffstat (limited to 'telepathy-glib/capabilities.h')
-rw-r--r--telepathy-glib/capabilities.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/capabilities.h b/telepathy-glib/capabilities.h
index 946205ba3..11e733bdf 100644
--- a/telepathy-glib/capabilities.h
+++ b/telepathy-glib/capabilities.h
@@ -50,6 +50,9 @@ GPtrArray * tp_capabilities_get_channel_classes (TpCapabilities *self);
gboolean tp_capabilities_is_specific_to_contact (TpCapabilities *self);
+gboolean tp_capabilities_supports_text_chats (TpCapabilities *self);
+gboolean tp_capabilities_supports_text_chatrooms (TpCapabilities *self);
+
G_END_DECLS
#endif