summaryrefslogtreecommitdiff
path: root/telepathy-glib/capabilities.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-04 14:46:41 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-09 13:20:28 +0100
commit734585db5f628cd451d1ebe42b9ff71ef84a2bae (patch)
treef8c1439e65854b38b166f93b1ca9b4f56a3177ca /telepathy-glib/capabilities.h
parent6229e83759a5e6adf5117a5b49ae59f97cc77cad (diff)
downloadtelepathy-glib-734585db5f628cd451d1ebe42b9ff71ef84a2bae.tar.gz
add tp_capabilities_supports_room_list() (fdo #33901)
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 7e06748b3..b8d28f84c 100644
--- a/telepathy-glib/capabilities.h
+++ b/telepathy-glib/capabilities.h
@@ -67,6 +67,9 @@ gboolean tp_capabilities_supports_contact_search (TpCapabilities *self,
gboolean *with_limit,
gboolean *with_server);
+gboolean tp_capabilities_supports_room_list (TpCapabilities *self,
+ gboolean *with_server);
+
G_END_DECLS
#endif