summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-contact-list.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-19 13:41:15 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-31 17:12:30 +0100
commit99faf245247dfd32ac21460b6e063655cdae2e60 (patch)
tree70eb7720d083da18f7ace5ad59a10f98fdf6cadd /telepathy-glib/connection-contact-list.h
parentb6b7882ef113588583d32bd0a201e00d80ff3f6a (diff)
downloadtelepathy-glib-99faf245247dfd32ac21460b6e063655cdae2e60.tar.gz
add TpConnection:blocked-contacts property
https://bugs.freedesktop.org/show_bug.cgi?id=41801
Diffstat (limited to 'telepathy-glib/connection-contact-list.h')
-rw-r--r--telepathy-glib/connection-contact-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/connection-contact-list.h b/telepathy-glib/connection-contact-list.h
index 37e21f830..d04ba45bf 100644
--- a/telepathy-glib/connection-contact-list.h
+++ b/telepathy-glib/connection-contact-list.h
@@ -165,6 +165,8 @@ GQuark tp_connection_get_feature_quark_contact_blocking (void) G_GNUC_CONST;
gboolean tp_connection_can_report_abusive (TpConnection *self);
+GPtrArray * tp_connection_get_blocked_contacts (TpConnection *self);
+
G_END_DECLS
#endif