diff options
author | Arnaud Maillet <arnaud.maillet@collabora.co.uk> | 2009-05-29 21:18:52 +0800 |
---|---|---|
committer | Arnaud Maillet <arnaud.maillet@collabora.co.uk> | 2009-06-01 20:17:35 +0800 |
commit | ce67f6901ba26b589345a8cdea110878bf6861c6 (patch) | |
tree | 8f8eaa4d7aff3e1d4e3fb3a0e7cc6d07ff2d2b25 /libempathy/empathy-contact.h | |
parent | 221b3c1a7620e02b02ac9b5dd1a04be05b81db31 (diff) | |
download | gsoc2013-empathy-ce67f6901ba26b589345a8cdea110878bf6861c6.tar gsoc2013-empathy-ce67f6901ba26b589345a8cdea110878bf6861c6.tar.gz gsoc2013-empathy-ce67f6901ba26b589345a8cdea110878bf6861c6.tar.bz2 gsoc2013-empathy-ce67f6901ba26b589345a8cdea110878bf6861c6.tar.lz gsoc2013-empathy-ce67f6901ba26b589345a8cdea110878bf6861c6.tar.xz gsoc2013-empathy-ce67f6901ba26b589345a8cdea110878bf6861c6.tar.zst gsoc2013-empathy-ce67f6901ba26b589345a8cdea110878bf6861c6.zip |
Add the method empathy_contact_can_stream_tubes in the empathy-tp-contact-factory
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 0e6cfe251..ff8d426e2 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -63,6 +63,7 @@ typedef enum { EMPATHY_CAPABILITIES_AUDIO = 1 << 0, EMPATHY_CAPABILITIES_VIDEO = 1 << 1, EMPATHY_CAPABILITIES_FT = 1 << 2, + EMPATHY_CAPABILITIES_STREAM_TUBE = 1 << 3, EMPATHY_CAPABILITIES_UNKNOWN = 1 << 7 } EmpathyCapabilities; @@ -98,6 +99,7 @@ gboolean empathy_contact_is_online (EmpathyContact *contact); const gchar * empathy_contact_get_status (EmpathyContact *contact); gboolean empathy_contact_can_voip (EmpathyContact *contact); gboolean empathy_contact_can_send_files (EmpathyContact *contact); +gboolean empathy_contact_can_use_stream_tube (EmpathyContact *contact); guint empathy_contact_hash (gconstpointer key); void empathy_contact_load_avatar_data (EmpathyContact *contact, |