[evolution-data-server/rbradford-wip-gobject-introspection: 5/7] e-vcard: Annotate EVCard
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/rbradford-wip-gobject-introspection: 5/7] e-vcard: Annotate EVCard
- Date: Fri, 18 Jun 2010 17:27:51 +0000 (UTC)
commit c935a490425aa61aa742b6954c3de81cfc1a9c17
Author: Rob Bradford <rob linux intel com>
Date: Fri Jun 18 18:23:01 2010 +0100
e-vcard: Annotate EVCard
addressbook/libebook/e-vcard.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/addressbook/libebook/e-vcard.c b/addressbook/libebook/e-vcard.c
index 2fb6244..eb361a6 100644
--- a/addressbook/libebook/e-vcard.c
+++ b/addressbook/libebook/e-vcard.c
@@ -1854,7 +1854,7 @@ e_vcard_attribute_get_values (EVCardAttribute *attr)
* necessary. The list and its contents are owned by @attr,
* and must not be freed.
*
- * Returns: A list of values of type #GString.
+ * Returns: (transfer: none) (element-type: GString): A list of values of type #GString.
**/
GList*
e_vcard_attribute_get_values_decoded (EVCardAttribute *attr)
@@ -2024,7 +2024,7 @@ e_vcard_attribute_get_params (EVCardAttribute *attr)
* Gets the list of values for the paramater @name from @attr. The list and its
* contents are owned by @attr, and must not be freed.
*
- * Returns: A list of string elements representing the parameter's values.
+ * Returns: (transfer: none) (element-type: utf8): A list of string elements representing the parameter's values.
**/
GList *
e_vcard_attribute_get_param (EVCardAttribute *attr, const gchar *name)
@@ -2069,7 +2069,7 @@ e_vcard_attribute_param_get_name (EVCardAttributeParam *param)
* Gets the list of values from @param. The list and its
* contents are owned by @param, and must not be freed.
*
- * Returns: A list of string elements representing the parameter's values.
+ * Returns: (transfer:none) (element-type: utf8): A list of string elements representing the parameter's values.
**/
GList*
e_vcard_attribute_param_get_values (EVCardAttributeParam *param)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]