summaryrefslogtreecommitdiff
path: root/telepathy-glib/capabilities.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-15 11:44:32 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-22 10:03:34 +0200
commit9dedf8566b5c2983b098afedc9cd3bd045be1aaf (patch)
tree5b287f17d4cf821a057edf0f97731263dda026ea /telepathy-glib/capabilities.h
parent6393ea93ac0f33668b265f5c68c01419b688bf42 (diff)
downloadtelepathy-glib-9dedf8566b5c2983b098afedc9cd3bd045be1aaf.tar.gz
add tp_capabilities_supports_{stream,dbus}_tubes (fdo #30204)
Diffstat (limited to 'telepathy-glib/capabilities.h')
-rw-r--r--telepathy-glib/capabilities.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/telepathy-glib/capabilities.h b/telepathy-glib/capabilities.h
index 11e733bdf..499a239d8 100644
--- a/telepathy-glib/capabilities.h
+++ b/telepathy-glib/capabilities.h
@@ -22,6 +22,8 @@
#include <glib-object.h>
+#include <telepathy-glib/enums.h>
+
G_BEGIN_DECLS
typedef struct _TpCapabilities TpCapabilities;
@@ -53,6 +55,14 @@ 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);
+gboolean tp_capabilities_supports_stream_tubes (TpCapabilities *self,
+ TpHandleType handle_type,
+ const gchar *service);
+
+gboolean tp_capabilities_supports_dbus_tubes (TpCapabilities *self,
+ TpHandleType handle_type,
+ const gchar *service_name);
+
G_END_DECLS
#endif