aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.h
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-04-24 15:16:46 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-07-15 18:12:15 +0800
commit4afeb994e1fb9bdef315d0eaa24c3821536e30c1 (patch)
treef1e59f72796be2ccad0e7ec44fa1783c48dc57d3 /libempathy/empathy-contact-list.h
parent8b3f04ee2d55d07d298c0183c355e9e41e868c2a (diff)
downloadgsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.gz
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.bz2
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.lz
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.xz
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.tar.zst
gsoc2013-empathy-4afeb994e1fb9bdef315d0eaa24c3821536e30c1.zip
call GetAliasFlags() to determine if an alias can be set on a ContactList
Pending FIXMEs: - need to lookup RequestableChannelClasses to see if Groups can be requested on this connection - need to work out the best way to pass ContactListFlags to empathy_contact_menu_new()
Diffstat (limited to 'libempathy/empathy-contact-list.h')
-rw-r--r--libempathy/empathy-contact-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h
index 0296b6486..28238e44a 100644
--- a/libempathy/empathy-contact-list.h
+++ b/libempathy/empathy-contact-list.h
@@ -37,6 +37,8 @@ G_BEGIN_DECLS
typedef enum {
EMPATHY_CONTACT_LIST_CAN_ADD = 1 << 0,
EMPATHY_CONTACT_LIST_CAN_REMOVE = 1 << 1,
+ EMPATHY_CONTACT_LIST_CAN_ALIAS = 1 << 2,
+ EMPATHY_CONTACT_LIST_CAN_GROUP = 1 << 3,
} EmpathyContactListFlags;
typedef struct _EmpathyContactListIface EmpathyContactListIface;