summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact-operations.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-01 10:37:51 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-01 13:05:05 +0100
commit6a0e61e8d7fdda7fb6d30ae02de34f7638c3100d (patch)
treed35bd65f6b51e11da4d879a5d02a63b62a2f59bf /telepathy-glib/contact-operations.c
parent7a9b6ac95634eb32b651f3280514c7310944c422 (diff)
downloadtelepathy-glib-6a0e61e8d7fdda7fb6d30ae02de34f7638c3100d.tar.gz
improve @@report_abusive doc
Diffstat (limited to 'telepathy-glib/contact-operations.c')
-rw-r--r--telepathy-glib/contact-operations.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/telepathy-glib/contact-operations.c b/telepathy-glib/contact-operations.c
index fcc10ce6d..2f49f3ed3 100644
--- a/telepathy-glib/contact-operations.c
+++ b/telepathy-glib/contact-operations.c
@@ -377,9 +377,11 @@ tp_contact_remove_from_group_finish (TpContact *self,
/**
* tp_contact_block_async:
* @self: a #TpContact
- * @report_abusive: if %TRUE, in addition to blocking, report these contacts as
- * abusive to the server administrators, if supported, see
- * #TpConnection:can-report-abusive
+ * @report_abusive: If %TRUE, report this contact as abusive to the
+ * server administrators as well as blocking him. See
+ * #TpConnection:can-report-abusive to discover whether reporting abuse is
+ * supported. If #TpConnection:can-report-abusive is %FALSE, this parameter will
+ * be ignored.
* @callback: a callback to call when the operation finishes
* @user_data: data to pass to @callback
*