diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-25 19:25:15 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-14 15:21:48 +0800 |
commit | cfeb597b9cafbf61b950a0a3a76daff7ccf03f90 (patch) | |
tree | 8f9352b1eb16c4b7d9724261ba9933f44aa40f82 /libempathy-gtk/empathy-roster-view.h | |
parent | 9b6edadbcbf706fe6d856d84e1631aaa74669625 (diff) | |
download | gsoc2013-empathy-cfeb597b9cafbf61b950a0a3a76daff7ccf03f90.tar.gz gsoc2013-empathy-cfeb597b9cafbf61b950a0a3a76daff7ccf03f90.tar.zst gsoc2013-empathy-cfeb597b9cafbf61b950a0a3a76daff7ccf03f90.zip |
roster-view: add 'show-groups' property
Not implemented yet.
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h index 57fb8094b..8706da351 100644 --- a/libempathy-gtk/empathy-roster-view.h +++ b/libempathy-gtk/empathy-roster-view.h @@ -56,6 +56,9 @@ EmpathyIndividualManager * empathy_roster_view_get_manager ( void empathy_roster_view_show_offline (EmpathyRosterView *self, gboolean show); +void empathy_roster_view_show_groups (EmpathyRosterView *self, + gboolean show); + G_END_DECLS #endif /* #ifndef __EMPATHY_ROSTER_VIEW_H__*/ |