Fixup markup of e_vcard_attribute_add_param (takes ownership of param)
authorAlexander Larsson <alexl@redhat.com>
Fri, 10 Jun 2011 12:41:46 +0000 (14:41 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 10 Jun 2011 12:41:46 +0000 (14:41 +0200)
addressbook/libebook/e-vcard.c

index 610b5b4..5c08766 100644 (file)
@@ -1553,7 +1553,7 @@ e_vcard_attribute_param_copy (EVCardAttributeParam *param)
 /**
  * e_vcard_attribute_add_param:
  * @attr: an #EVCardAttribute
- * @param: an #EVCardAttributeParam to add
+ * @param: (transfer full): an #EVCardAttributeParam to add
  *
  * Adds @param to @attr's list of parameters.
  * It tests for duplicities, only new parameters are added,