aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-linker.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-02 01:28:52 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-02 18:09:18 +0800
commit0cdd19e18818fb096db954d48ae8770d3458908d (patch)
treeaefcc247b4f2ab485f248c9faa95595fc47de612 /libempathy-gtk/empathy-individual-linker.h
parent5bd4329e0aab6dd6a4a8e084ff8c46873fdcc525 (diff)
downloadgsoc2013-empathy-0cdd19e18818fb096db954d48ae8770d3458908d.tar
gsoc2013-empathy-0cdd19e18818fb096db954d48ae8770d3458908d.tar.gz
gsoc2013-empathy-0cdd19e18818fb096db954d48ae8770d3458908d.tar.bz2
gsoc2013-empathy-0cdd19e18818fb096db954d48ae8770d3458908d.tar.lz
gsoc2013-empathy-0cdd19e18818fb096db954d48ae8770d3458908d.tar.xz
gsoc2013-empathy-0cdd19e18818fb096db954d48ae8770d3458908d.tar.zst
gsoc2013-empathy-0cdd19e18818fb096db954d48ae8770d3458908d.zip
Add empathy_individual_linker_set_search_text()
Helps: bgo#628133
Diffstat (limited to 'libempathy-gtk/empathy-individual-linker.h')
-rw-r--r--libempathy-gtk/empathy-individual-linker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-linker.h b/libempathy-gtk/empathy-individual-linker.h
index 74fcfa6af..9d122dc51 100644
--- a/libempathy-gtk/empathy-individual-linker.h
+++ b/libempathy-gtk/empathy-individual-linker.h
@@ -68,6 +68,9 @@ GList * empathy_individual_linker_get_linked_personas (
gboolean empathy_individual_linker_get_has_changed (
EmpathyIndividualLinker *self);
+void empathy_individual_linker_set_search_text (EmpathyIndividualLinker *self,
+ const gchar *search_text);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_LINKER_H__ */