[libgdata] calendar: port some introspection fixes from Vala's metadata



commit 1d38ac14d3e57ebf20431086bf45cac5bfbb3ca5
Author: Evan Nemerson <evan coeus-group com>
Date:   Thu Feb 14 18:38:05 2013 -0800

    calendar: port some introspection fixes from Vala's metadata
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=693855

 gdata/services/contacts/gdata-contacts-contact.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/services/contacts/gdata-contacts-contact.c 
b/gdata/services/contacts/gdata-contacts-contact.c
index e052fdf..4ec9e58 100644
--- a/gdata/services/contacts/gdata-contacts-contact.c
+++ b/gdata/services/contacts/gdata-contacts-contact.c
@@ -3132,7 +3132,7 @@ gdata_contacts_contact_get_photo_etag (GDataContactsContact *self)
  *
  * If there is an error getting the photo, a %GDATA_SERVICE_ERROR_PROTOCOL_ERROR error will be returned.
  *
- * Return value: the image data, or %NULL; free with g_free()
+ * Return value: (transfer full) (array length=length): the image data, or %NULL; free with g_free()
  *
  * Since: 0.8.0
  **/
@@ -3289,7 +3289,7 @@ gdata_contacts_contact_get_photo_async (GDataContactsContact *self, GDataContact
  * If there is an error getting the photo, a %GDATA_SERVICE_ERROR_PROTOCOL_ERROR error will be returned. 
@length will be set to
  * <code class="literal">0</code> and @content_type will be set to %NULL.
  *
- * Return value: the image data, or %NULL; free with g_free()
+ * Return value: (transfer full) (array length=length): the image data, or %NULL; free with g_free()
  *
  * Since: 0.8.0
  **/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]