aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-19 21:44:22 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-20 17:32:28 +0800
commit7906c05973b29175938775fa5fabc3e3f347b372 (patch)
tree9acfd9388a06dabf72bed821d4b955c075bc61e7 /libempathy-gtk/empathy-individual-view.h
parent4a38890ece9f9e0ef045c689d79d13e00515d98c (diff)
downloadgsoc2013-empathy-7906c05973b29175938775fa5fabc3e3f347b372.tar
gsoc2013-empathy-7906c05973b29175938775fa5fabc3e3f347b372.tar.gz
gsoc2013-empathy-7906c05973b29175938775fa5fabc3e3f347b372.tar.bz2
gsoc2013-empathy-7906c05973b29175938775fa5fabc3e3f347b372.tar.lz
gsoc2013-empathy-7906c05973b29175938775fa5fabc3e3f347b372.tar.xz
gsoc2013-empathy-7906c05973b29175938775fa5fabc3e3f347b372.tar.zst
gsoc2013-empathy-7906c05973b29175938775fa5fabc3e3f347b372.zip
Bug 627219 — Link dialog search doesn't work
Allow the store of an EmpathyIndividualView to be changed after construction, and cope with recreating the filter when this happens. Closes: bgo#627219
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.h')
-rw-r--r--libempathy-gtk/empathy-individual-view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-view.h b/libempathy-gtk/empathy-individual-view.h
index 9d6cec0fe..003ff2ab3 100644
--- a/libempathy-gtk/empathy-individual-view.h
+++ b/libempathy-gtk/empathy-individual-view.h
@@ -105,5 +105,10 @@ void empathy_individual_view_set_show_offline (
gboolean empathy_individual_view_is_searching (
EmpathyIndividualView *view);
+EmpathyIndividualStore *empathy_individual_view_get_store (
+ EmpathyIndividualView *self);
+void empathy_individual_view_set_store (EmpathyIndividualView *self,
+ EmpathyIndividualStore *store);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_VIEW_H__ */