diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-08 19:12:35 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-14 15:21:50 +0800 |
commit | ab756d6ee9c60b803d8b7785cbc507b6a96580bf (patch) | |
tree | e57955a9f7f73d36448c1b8071d41196097178a4 /libempathy-gtk/empathy-roster-view.h | |
parent | 4e7a495826259c861506acfe87a376b51d450643 (diff) | |
download | gsoc2013-empathy-ab756d6ee9c60b803d8b7785cbc507b6a96580bf.tar gsoc2013-empathy-ab756d6ee9c60b803d8b7785cbc507b6a96580bf.tar.gz gsoc2013-empathy-ab756d6ee9c60b803d8b7785cbc507b6a96580bf.tar.bz2 gsoc2013-empathy-ab756d6ee9c60b803d8b7785cbc507b6a96580bf.tar.lz gsoc2013-empathy-ab756d6ee9c60b803d8b7785cbc507b6a96580bf.tar.xz gsoc2013-empathy-ab756d6ee9c60b803d8b7785cbc507b6a96580bf.tar.zst gsoc2013-empathy-ab756d6ee9c60b803d8b7785cbc507b6a96580bf.zip |
roster-view: add 'empty' property
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h index e5160f6a3..c0e615f9e 100644 --- a/libempathy-gtk/empathy-roster-view.h +++ b/libempathy-gtk/empathy-roster-view.h @@ -75,6 +75,8 @@ void empathy_roster_view_set_individual_tooltip_cb (EmpathyRosterView *self, EmpathyRosterViewIndividualTooltipCb callback, gpointer user_data); +gboolean empathy_roster_view_is_empty (EmpathyRosterView *self); + G_END_DECLS #endif /* #ifndef __EMPATHY_ROSTER_VIEW_H__*/ |