aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-model.h
diff options
context:
space:
mode:
authorLaurent Contzen <lcontzen@gmail.com>2012-07-04 20:59:48 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-23 22:11:28 +0800
commit5e102f002d353aceb687f92499635b86a0ba2d9b (patch)
tree3a5d3e2b6eb0d0717faa0c9aa9380b42fac00ff8 /libempathy-gtk/empathy-roster-model.h
parent136088b2686da8dc9fca4e3b77faad28e1a873d1 (diff)
downloadgsoc2013-empathy-5e102f002d353aceb687f92499635b86a0ba2d9b.tar
gsoc2013-empathy-5e102f002d353aceb687f92499635b86a0ba2d9b.tar.gz
gsoc2013-empathy-5e102f002d353aceb687f92499635b86a0ba2d9b.tar.bz2
gsoc2013-empathy-5e102f002d353aceb687f92499635b86a0ba2d9b.tar.lz
gsoc2013-empathy-5e102f002d353aceb687f92499635b86a0ba2d9b.tar.xz
gsoc2013-empathy-5e102f002d353aceb687f92499635b86a0ba2d9b.tar.zst
gsoc2013-empathy-5e102f002d353aceb687f92499635b86a0ba2d9b.zip
empathy-roster-model, empathy-roster-model-manager: Now deals with groups-changed signal empathy-roster-view.c: now uses roster-model's groups-changed signal
https://bugzilla.gnome.org/show_bug.cgi?id=680302
Diffstat (limited to 'libempathy-gtk/empathy-roster-model.h')
-rw-r--r--libempathy-gtk/empathy-roster-model.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-model.h b/libempathy-gtk/empathy-roster-model.h
index e6c382825..59db96f0c 100644
--- a/libempathy-gtk/empathy-roster-model.h
+++ b/libempathy-gtk/empathy-roster-model.h
@@ -63,6 +63,11 @@ void empathy_roster_model_fire_individual_added (EmpathyRosterModel *self,
void empathy_roster_model_fire_individual_removed (EmpathyRosterModel *self,
FolksIndividual *individual);
+void empathy_roster_model_fire_groups_changed (EmpathyRosterModel *self,
+ FolksIndividual *individual,
+ const gchar *group,
+ gboolean is_member);
+
/* Public API */
GList * empathy_roster_model_get_individuals (EmpathyRosterModel *self);