diff options
author | Evan Nemerson <evan@coeus-group.com> | 2013-02-14 18:38:05 -0800 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2013-02-15 00:55:36 -0800 |
commit | 1d38ac14d3e57ebf20431086bf45cac5bfbb3ca5 (patch) | |
tree | 3a5196675e6f2a4feff460443752b100680b071f | |
parent | 618be836a12a32bc0af661c54bfd76d30c992466 (diff) | |
download | libgdata-1d38ac14d3e57ebf20431086bf45cac5bfbb3ca5.tar.gz |
calendar: port some introspection fixes from Vala's metadata
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=693855
-rw-r--r-- | 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 e052fdf0..4ec9e581 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 **/ |