]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-view.h
individual-view: add an option to disable uninteresting filtering
[empathy.git] / libempathy-gtk / empathy-individual-view.h
index 4d52ef5368692a1d60707cf63b144388caff2771..00506dafee8bb93c65249f946ba530ed87ae2061 100644 (file)
@@ -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);