diff options
author | Laurent Contzen <lcontzen@gmail.com> | 2012-07-04 17:59:15 +0800 |
---|---|---|
committer | Laurent Contzen <lcontzen@gmail.com> | 2012-07-23 15:48:42 +0800 |
commit | 87511314e60d6a9c67caaed5d5fd2e3f2f3657c8 (patch) | |
tree | 4fae80b9a44c02e2f572cf486f87591ed1e64636 /libempathy-gtk/empathy-roster-view.h | |
parent | 3ba0b1109440fc6b1bd7f196c14aa5fe44ff1884 (diff) | |
download | gsoc2013-empathy-87511314e60d6a9c67caaed5d5fd2e3f2f3657c8.tar gsoc2013-empathy-87511314e60d6a9c67caaed5d5fd2e3f2f3657c8.tar.gz gsoc2013-empathy-87511314e60d6a9c67caaed5d5fd2e3f2f3657c8.tar.bz2 gsoc2013-empathy-87511314e60d6a9c67caaed5d5fd2e3f2f3657c8.tar.lz gsoc2013-empathy-87511314e60d6a9c67caaed5d5fd2e3f2f3657c8.tar.xz gsoc2013-empathy-87511314e60d6a9c67caaed5d5fd2e3f2f3657c8.tar.zst gsoc2013-empathy-87511314e60d6a9c67caaed5d5fd2e3f2f3657c8.zip |
empathy-roster-view: start using empathy-roster-model
https://bugzilla.gnome.org/show_bug.cgi?id=680302
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h index 07c170970..fd4f13ec1 100644 --- a/libempathy-gtk/empathy-roster-view.h +++ b/libempathy-gtk/empathy-roster-view.h @@ -6,6 +6,7 @@ #include <libempathy-gtk/empathy-live-search.h> #include <libempathy/empathy-individual-manager.h> +#include <libempathy-gtk/empathy-roster-model.h> G_BEGIN_DECLS @@ -54,7 +55,8 @@ GType empathy_roster_view_get_type (void); EMPATHY_TYPE_ROSTER_VIEW, \ EmpathyRosterViewClass)) -GtkWidget * empathy_roster_view_new (EmpathyIndividualManager *manager); +GtkWidget * empathy_roster_view_new (EmpathyIndividualManager *manager, + EmpathyRosterModel *model); EmpathyIndividualManager * empathy_roster_view_get_manager ( EmpathyRosterView *self); |