summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <Sjoerd Simons sjoerd@luon.net>2008-08-14 18:42:24 +0100
committerSjoerd Simons <Sjoerd Simons sjoerd@luon.net>2008-08-14 18:42:24 +0100
commita60bb121f3ca4909c276eabaf37f47e0314abd2f (patch)
treef88f8c99580cd10475197bab400ab0fc9cc1c9b6
parent4f0610ea47bccab328119d11180e7104d458b65f (diff)
downloadtelepathy-glib-a60bb121f3ca4909c276eabaf37f47e0314abd2f.tar.gz
More documentation polish
-rw-r--r--telepathy-glib/contacts-mixin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index c57e39de8..c6da33f7b 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -402,12 +402,12 @@ tp_contacts_mixin_add_contact_attributes_iface (GObject *obj,
* TpContactsMixinFillContactAttributesFunc
* @handle: Handle to set the attribute on
* @attribute: attribute name
- * @value: slice allocated GValue containing the value of the attribute,
- * ownership of the GValue is taken by the mixin
+ * @value: slice allocated GValue containing the value of the attribute, for
+ * instance with tp_g_value_slice_new. Ownership of the GValue is taken over by
+ * the mixin
*
* Utility function to set attribute for handle to value in the attributes hash
- * as passed to a TpContactsMixinFillContactAttributesFunc. @value should be
- * allocated using tp_g_value_slice_new
+ * as passed to a TpContactsMixinFillContactAttributesFunc.
*
* Since: 0.7.UNRELEASED
*