[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataPicasaWebAlbum
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataPicasaWebAlbum
- Date: Wed, 29 Sep 2010 12:21:30 +0000 (UTC)
commit b92c4a6e01b092fad1b29b0e6504299c26657f20
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 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdata/services/picasaweb/gdata-picasaweb-album.c b/gdata/services/picasaweb/gdata-picasaweb-album.c
index 4b78c2e..ab3f73d 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-album.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-album.c
@@ -799,7 +799,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().
@@ -920,7 +920,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.
*
@@ -994,7 +994,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.
*
@@ -1136,7 +1136,7 @@ gdata_picasaweb_album_get_tags (GDataPicasaWebAlbum *self)
/**
* gdata_picasaweb_album_set_tags:
* @self: a #GDataPicasaWebAlbum
- * @tags: the new comma-separated list of tags, or %NULL
+ * @tags: (allow-none): the new comma-separated list of tags, or %NULL
*
* Sets the #GDataPicasaWebAlbum:tags property to @tags.
*
@@ -1190,8 +1190,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]