summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-05-27 14:11:41 +0100
committerRob Bradford <rob@linux.intel.com>2010-05-27 14:11:41 +0100
commit255a73430fde62ce4b271c4153d5aa9b541d9cfb (patch)
tree36b1f7cc094621fd8b30058330cff2c1cf009ec2
parent1b78143d826e7fb375a5107c1445978d03e9322a (diff)
downloadevolution-data-server-255a73430fde62ce4b271c4153d5aa9b541d9cfb.tar.gz
e-contact: Annotate e_contact_get_attributes
-rw-r--r--addressbook/libebook/e-contact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/libebook/e-contact.c b/addressbook/libebook/e-contact.c
index 2a91493f9..eb9911252 100644
--- a/addressbook/libebook/e-contact.c
+++ b/addressbook/libebook/e-contact.c
@@ -1634,7 +1634,7 @@ e_contact_set (EContact *contact, EContactField field_id, gconstpointer value)
*
* Gets a list of the vcard attributes for @contact's @field_id.
*
- * Returns: A #GList of pointers to #EVCardAttribute, owned by the caller.
+ * Returns: (element-type EVCardAttribute) (transfer: full): A #GList of pointers to #EVCardAttribute, owned by the caller.
**/
GList*
e_contact_get_attributes (EContact *contact, EContactField field_id)