aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.h
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-04-24 14:47:31 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-07-15 18:12:15 +0800
commit5b001b1130224ac3400dc8f3432cedf43eaf5d0c (patch)
treec18257b10f5aba89928934446deddfe4ae16e629 /libempathy-gtk/empathy-contact-list-store.h
parent98d43b78d70e1a2ff6a0b931ad1b8e11790daff0 (diff)
downloadgsoc2013-empathy-5b001b1130224ac3400dc8f3432cedf43eaf5d0c.tar
gsoc2013-empathy-5b001b1130224ac3400dc8f3432cedf43eaf5d0c.tar.gz
gsoc2013-empathy-5b001b1130224ac3400dc8f3432cedf43eaf5d0c.tar.bz2
gsoc2013-empathy-5b001b1130224ac3400dc8f3432cedf43eaf5d0c.tar.lz
gsoc2013-empathy-5b001b1130224ac3400dc8f3432cedf43eaf5d0c.tar.xz
gsoc2013-empathy-5b001b1130224ac3400dc8f3432cedf43eaf5d0c.tar.zst
gsoc2013-empathy-5b001b1130224ac3400dc8f3432cedf43eaf5d0c.zip
Add a FLAGS column to EmpathyContactListStore
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h
index 007a6b069..f97853991 100644
--- a/libempathy-gtk/empathy-contact-list-store.h
+++ b/libempathy-gtk/empathy-contact-list-store.h
@@ -62,6 +62,7 @@ typedef enum {
EMPATHY_CONTACT_LIST_STORE_COL_IS_SEPARATOR,
EMPATHY_CONTACT_LIST_STORE_COL_CAN_AUDIO_CALL,
EMPATHY_CONTACT_LIST_STORE_COL_CAN_VIDEO_CALL,
+ EMPATHY_CONTACT_LIST_STORE_COL_FLAGS,
EMPATHY_CONTACT_LIST_STORE_COL_COUNT
} EmpathyContactListStoreCol;