aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-11 10:46:07 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-02-11 10:46:07 +0800
commit56100a85fb2986ed04436a5988791f235215d402 (patch)
treeb9a1e12407641561a220b42ccb14a72e03d3ef00 /libempathy
parent7311c2623170a0271d14da46d5b2ee0163ed46e5 (diff)
downloadgsoc2013-empathy-56100a85fb2986ed04436a5988791f235215d402.tar
gsoc2013-empathy-56100a85fb2986ed04436a5988791f235215d402.tar.gz
gsoc2013-empathy-56100a85fb2986ed04436a5988791f235215d402.tar.bz2
gsoc2013-empathy-56100a85fb2986ed04436a5988791f235215d402.tar.lz
gsoc2013-empathy-56100a85fb2986ed04436a5988791f235215d402.tar.xz
gsoc2013-empathy-56100a85fb2986ed04436a5988791f235215d402.tar.zst
gsoc2013-empathy-56100a85fb2986ed04436a5988791f235215d402.zip
Add UI to blocking confirmation dialog for future "report as abusive" function
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-contact-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h
index 683974906..8be93baf9 100644
--- a/libempathy/empathy-contact-list.h
+++ b/libempathy/empathy-contact-list.h
@@ -40,6 +40,7 @@ typedef enum {
EMPATHY_CONTACT_LIST_CAN_ALIAS = 1 << 2,
EMPATHY_CONTACT_LIST_CAN_GROUP = 1 << 3,
EMPATHY_CONTACT_LIST_CAN_BLOCK = 1 << 4,
+ EMPATHY_CONTACT_LIST_CAN_REPORT_ABUSIVE = 1 << 5,
} EmpathyContactListFlags;
typedef struct _EmpathyContactListIface EmpathyContactListIface;