[libgdata] [introspection] Add missing annotations to GDataPicasaWebAlbum
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [introspection] Add missing annotations to GDataPicasaWebAlbum
- Date: Wed, 4 Aug 2010 09:20:35 +0000 (UTC)
commit d3819a6b8be09dd17be2ffb3add6fe839185b2b2
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Aug 4 09:48:03 2010 +0100
[introspection] Add missing annotations to GDataPicasaWebAlbum
gdata/services/picasaweb/gdata-picasaweb-album.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gdata/services/picasaweb/gdata-picasaweb-album.c b/gdata/services/picasaweb/gdata-picasaweb-album.c
index eaae712..81e17ed 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-album.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-album.c
@@ -806,7 +806,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_picasaweb_album_new:
- * @id: the album's entry ID, or %NULL
+ * @id: (allow-none): the album's entry ID, or %NULL
*
* Creates a new #GDataPicasaWebAlbum with the given ID and default properties. @id is the ID which would be returned by gdata_entry_get_id(),
* not gdata_picasaweb_album_get_id().
@@ -935,7 +935,7 @@ gdata_picasaweb_album_get_location (GDataPicasaWebAlbum *self)
/**
* gdata_picasaweb_album_set_location:
* @self: a #GDataPicasaWebAlbum
- * @location: the new album location
+ * @location: (allow-none): the new album location, or %NULL
*
* Sets the #GDataPicasaWebAlbum:location property to @location.
*
@@ -1012,7 +1012,7 @@ gdata_picasaweb_album_get_timestamp (GDataPicasaWebAlbum *self, GTimeVal *timest
/**
* gdata_picasaweb_album_set_timestamp:
* @self: a #GDataPicasaWebAlbum
- * @timestamp: a #GTimeVal, or %NULL
+ * @timestamp: (allow-none): a #GTimeVal, or %NULL
*
* Sets the #GDataPicasaWebAlbum:timestamp property from values supplied by @timestamp.
*
@@ -1140,7 +1140,7 @@ gdata_picasaweb_album_get_comment_count (GDataPicasaWebAlbum *self)
*
* Gets the #GDataPicasaWebAlbum:tags property.
*
- * Return value: a %NULL-terminated array of tags associated with all the photos in the album, or %NULL
+ * Return value: (array zero-terminated=1) (transfer none): a %NULL-terminated array of tags associated with all the photos in the album, or %NULL
*
* Since: 0.4.0
**/
@@ -1154,7 +1154,7 @@ gdata_picasaweb_album_get_tags (GDataPicasaWebAlbum *self)
/**
* gdata_picasaweb_album_set_tags:
* @self: a #GDataPicasaWebAlbum
- * @tags: the new %NULL-terminated array of tags, or %NULL
+ * @tags: (array zero-terminated=1) (allow-none): the new %NULL-terminated array of tags, or %NULL
*
* Sets the #GDataPicasaWebAlbum:tags property to @tags.
*
@@ -1208,8 +1208,8 @@ gdata_picasaweb_album_get_thumbnails (GDataPicasaWebAlbum *self)
/**
* gdata_picasaweb_album_get_coordinates:
* @self: a #GDataPicasaWebAlbum
- * @latitude: return location for the latitude, or %NULL
- * @longitude: return location for the longitude, or %NULL
+ * @latitude: (out caller-allocates) (allow-none): return location for the latitude, or %NULL
+ * @longitude: (out caller-allocates) (allow-none): return location for the longitude, or %NULL
*
* Gets the #GDataPicasaWebAlbum:latitude and #GDataPicasaWebAlbum:longitude properties,
* setting the out parameters to them. If either latitude or longitude is %NULL, that parameter will not be set.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]