From ce67f6901ba26b589345a8cdea110878bf6861c6 Mon Sep 17 00:00:00 2001 From: Arnaud Maillet Date: Fri, 29 May 2009 15:18:52 +0200 Subject: Add the method empathy_contact_can_stream_tubes in the empathy-tp-contact-factory --- libempathy/empathy-contact.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-contact.h') 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, -- cgit v1.2.3