diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-09 18:13:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-09 20:56:00 +0800 |
commit | 4757fce1713fc77538106c26493ba1255617b5cf (patch) | |
tree | a8320ffb31d6bb996b058866d3654d16dfdc4308 /libempathy-gtk/empathy-roster-view.h | |
parent | 690d4bb2fb9ec033299a057483019253f859fecb (diff) | |
download | gsoc2013-empathy-4757fce1713fc77538106c26493ba1255617b5cf.tar gsoc2013-empathy-4757fce1713fc77538106c26493ba1255617b5cf.tar.gz gsoc2013-empathy-4757fce1713fc77538106c26493ba1255617b5cf.tar.bz2 gsoc2013-empathy-4757fce1713fc77538106c26493ba1255617b5cf.tar.lz gsoc2013-empathy-4757fce1713fc77538106c26493ba1255617b5cf.tar.xz gsoc2013-empathy-4757fce1713fc77538106c26493ba1255617b5cf.tar.zst gsoc2013-empathy-4757fce1713fc77538106c26493ba1255617b5cf.zip |
roster-view: export special group names
Needed to special case the DnD code.
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h index 9e795b176..07c170970 100644 --- a/libempathy-gtk/empathy-roster-view.h +++ b/libempathy-gtk/empathy-roster-view.h @@ -9,6 +9,10 @@ G_BEGIN_DECLS +#define EMPATHY_ROSTER_VIEW_GROUP_UNGROUPED _("Ungrouped") +#define EMPATHY_ROSTER_VIEW_GROUP_TOP_GROUP _("Top Contacts") +#define EMPATHY_ROSTER_VIEW_GROUP_PEOPLE_NEARBY _("People Nearby") + typedef struct _EmpathyRosterView EmpathyRosterView; typedef struct _EmpathyRosterViewClass EmpathyRosterViewClass; typedef struct _EmpathyRosterViewPriv EmpathyRosterViewPriv; |