From 4afeb994e1fb9bdef315d0eaa24c3821536e30c1 Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Fri, 24 Apr 2009 15:16:46 +0800 Subject: 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() --- libempathy/empathy-contact-list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-contact-list.h') 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; -- cgit v1.2.3