aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-model.h
diff options
context:
space:
mode:
authorLaurent Contzen <lcontzen@gmail.com>2012-08-07 22:28:21 +0800
committerLaurent Contzen <lcontzen@gmail.com>2012-08-07 22:41:51 +0800
commit44472802c9c232f7ab6639af2e0a88b090016671 (patch)
tree445ce217b743f96d602ff20f87e9f58b4f7da42a /libempathy-gtk/empathy-roster-model.h
parent5ff0b2f71b6516b399deb732bfe0124e32a8a7bf (diff)
downloadgsoc2013-empathy-44472802c9c232f7ab6639af2e0a88b090016671.tar
gsoc2013-empathy-44472802c9c232f7ab6639af2e0a88b090016671.tar.gz
gsoc2013-empathy-44472802c9c232f7ab6639af2e0a88b090016671.tar.bz2
gsoc2013-empathy-44472802c9c232f7ab6639af2e0a88b090016671.tar.lz
gsoc2013-empathy-44472802c9c232f7ab6639af2e0a88b090016671.tar.xz
gsoc2013-empathy-44472802c9c232f7ab6639af2e0a88b090016671.tar.zst
gsoc2013-empathy-44472802c9c232f7ab6639af2e0a88b090016671.zip
Moved _contact_in_top from the model to the view
empathy-roster-model and empathy-roster-model-manager: removed _contact_in_top empathy-roster-view: added new function contact_in_top and modified functions to use it
Diffstat (limited to 'libempathy-gtk/empathy-roster-model.h')
-rw-r--r--libempathy-gtk/empathy-roster-model.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-roster-model.h b/libempathy-gtk/empathy-roster-model.h
index dae23390e..71b204231 100644
--- a/libempathy-gtk/empathy-roster-model.h
+++ b/libempathy-gtk/empathy-roster-model.h
@@ -45,8 +45,6 @@ struct _EmpathyRosterModelInterface
GList * (*get_groups_for_individual) (EmpathyRosterModel *self,
FolksIndividual *individual);
GList * (*get_top_individuals) (EmpathyRosterModel *self);
- gboolean (*contact_in_top) (EmpathyRosterModel *self,
- EmpathyRosterContact *contact);
};
GType empathy_roster_model_get_type (void);
@@ -88,9 +86,6 @@ GList * empathy_roster_model_get_groups_for_individual (
GList * empathy_roster_model_get_top_individuals (EmpathyRosterModel *self);
-gboolean empathy_roster_model_contact_in_top (EmpathyRosterModel *self,
- EmpathyRosterContact *contact);
-
G_END_DECLS
#endif /* #ifndef __EMPATHY_ROSTER_MODEL_H__*/