aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-09 18:37:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-16 18:31:33 +0800
commit9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08 (patch)
tree29371be6fbe8244e6870e85df36a6eb394c1b8be /libempathy-gtk/empathy-individual-view.h
parent0366e5107bab62b34028d650242f44b1d4559382 (diff)
downloadgsoc2013-empathy-9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08.tar
gsoc2013-empathy-9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08.tar.gz
gsoc2013-empathy-9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08.tar.bz2
gsoc2013-empathy-9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08.tar.lz
gsoc2013-empathy-9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08.tar.xz
gsoc2013-empathy-9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08.tar.zst
gsoc2013-empathy-9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08.zip
individual-view: add an option to disable uninteresting filtering
This is needed when being used in a muc. https://bugzilla.gnome.org/show_bug.cgi?id=663763
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.h')
-rw-r--r--libempathy-gtk/empathy-individual-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-view.h b/libempathy-gtk/empathy-individual-view.h
index 4d52ef536..00506dafe 100644
--- a/libempathy-gtk/empathy-individual-view.h
+++ b/libempathy-gtk/empathy-individual-view.h
@@ -119,6 +119,10 @@ gboolean empathy_individual_view_get_show_untrusted (
void empathy_individual_view_set_show_untrusted (EmpathyIndividualView *self,
gboolean show_untrusted);
+void empathy_individual_view_set_show_uninteresting (
+ EmpathyIndividualView *view,
+ gboolean show_uninteresting);
+
gboolean empathy_individual_view_is_searching (
EmpathyIndividualView *view);