diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 06:28:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 06:28:44 +0800 |
commit | b68b95efe92023193c318d4dd0fb92544463adef (patch) | |
tree | a8299869c5f9203d294ebe2d0c7baaf4c1f96a91 /libempathy/empathy-contact.h | |
parent | aec4141672783925d11bff56f9cd5019ef62c3c5 (diff) | |
download | gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.gz gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.bz2 gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.lz gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.xz gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.tar.zst gsoc2013-empathy-b68b95efe92023193c318d4dd0fb92544463adef.zip |
Merge commit 'sjoerd/master'
svn path=/trunk/; revision=637
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 57a72c906..b84f784cc 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -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; |