aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-26 02:39:19 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-27 18:55:27 +0800
commit70159532bf83cb1e8210155b2e968f833fa4dd7e (patch)
tree6719c6b6fea4afe221ff3fcd251d4bb32028b2c1 /libempathy-gtk/empathy-individual-view.h
parent2c7fdebf7a7cea6efbc0a305e681b7e7d158d821 (diff)
downloadgsoc2013-empathy-70159532bf83cb1e8210155b2e968f833fa4dd7e.tar
gsoc2013-empathy-70159532bf83cb1e8210155b2e968f833fa4dd7e.tar.gz
gsoc2013-empathy-70159532bf83cb1e8210155b2e968f833fa4dd7e.tar.bz2
gsoc2013-empathy-70159532bf83cb1e8210155b2e968f833fa4dd7e.tar.lz
gsoc2013-empathy-70159532bf83cb1e8210155b2e968f833fa4dd7e.tar.xz
gsoc2013-empathy-70159532bf83cb1e8210155b2e968f833fa4dd7e.tar.zst
gsoc2013-empathy-70159532bf83cb1e8210155b2e968f833fa4dd7e.zip
Add an EmpathyIndividualView::show-untrusted property
This allows the view to filter out untrusted Individuals (such as link-local XMPP contacts). This is used in the linking dialogue to disallow selection of link-local XMPP contacts for linking. Closes: bgo#627930
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.h')
-rw-r--r--libempathy-gtk/empathy-individual-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-view.h b/libempathy-gtk/empathy-individual-view.h
index 8a250bf20..3c141021a 100644
--- a/libempathy-gtk/empathy-individual-view.h
+++ b/libempathy-gtk/empathy-individual-view.h
@@ -118,6 +118,12 @@ void empathy_individual_view_set_show_offline (
EmpathyIndividualView *view,
gboolean show_offline);
+gboolean empathy_individual_view_get_show_untrusted (
+ EmpathyIndividualView *self);
+
+void empathy_individual_view_set_show_untrusted (EmpathyIndividualView *self,
+ gboolean show_untrusted);
+
gboolean empathy_individual_view_is_searching (
EmpathyIndividualView *view);