aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-persona-store.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-20 22:10:01 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-20 23:10:53 +0800
commita63a58b777180d1b5c9eee39faab5edd891ac80d (patch)
treedb3bc233082fca34752442dfad73df8c199521b9 /libempathy-gtk/empathy-persona-store.h
parent4c7d5bbab4325fbfae01a0d2ef58756403c18fb7 (diff)
downloadgsoc2013-empathy-a63a58b777180d1b5c9eee39faab5edd891ac80d.tar
gsoc2013-empathy-a63a58b777180d1b5c9eee39faab5edd891ac80d.tar.gz
gsoc2013-empathy-a63a58b777180d1b5c9eee39faab5edd891ac80d.tar.bz2
gsoc2013-empathy-a63a58b777180d1b5c9eee39faab5edd891ac80d.tar.lz
gsoc2013-empathy-a63a58b777180d1b5c9eee39faab5edd891ac80d.tar.xz
gsoc2013-empathy-a63a58b777180d1b5c9eee39faab5edd891ac80d.tar.zst
gsoc2013-empathy-a63a58b777180d1b5c9eee39faab5edd891ac80d.zip
Add an "account" column to EmpathyPersonaStore
This stores the display name of the PersonaStore for each Persona.
Diffstat (limited to 'libempathy-gtk/empathy-persona-store.h')
-rw-r--r--libempathy-gtk/empathy-persona-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-persona-store.h b/libempathy-gtk/empathy-persona-store.h
index 8c3759985..892f8fa72 100644
--- a/libempathy-gtk/empathy-persona-store.h
+++ b/libempathy-gtk/empathy-persona-store.h
@@ -58,6 +58,7 @@ typedef enum
EMPATHY_PERSONA_STORE_COL_PIXBUF_AVATAR,
EMPATHY_PERSONA_STORE_COL_PIXBUF_AVATAR_VISIBLE,
EMPATHY_PERSONA_STORE_COL_NAME,
+ EMPATHY_PERSONA_STORE_COL_ACCOUNT_NAME,
EMPATHY_PERSONA_STORE_COL_DISPLAY_ID,
EMPATHY_PERSONA_STORE_COL_PRESENCE_TYPE,
EMPATHY_PERSONA_STORE_COL_STATUS,