]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact.h
Merge commit 'sjoerd/master'
[empathy.git] / libempathy / empathy-contact.h
index 57a72c9067f070e1103ae38a64690ce3ded6b611..b84f784cc0ecd68faf2e82e4efc2330154de7558 100644 (file)
@@ -54,8 +54,10 @@ struct _EmpathyContactClass {
 };
 
 typedef enum {
+       EMPATHY_CAPABILITIES_NONE = 0,
        EMPATHY_CAPABILITIES_AUDIO = 1 << 0,
        EMPATHY_CAPABILITIES_VIDEO = 1 << 1,
+       EMPATHY_CAPABILITIES_UNKNOWN = 1 << 7
 } EmpathyCapabilities;
 
 GType               empathy_contact_get_type           (void) G_GNUC_CONST;