[libgdata] Bug 598746 — gdata_picasaweb_query_set_image_size documentation fix
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgdata] Bug 598746 — gdata_picasaweb_query_set_image_size documentation fix
- Date: Mon, 19 Oct 2009 16:10:36 +0000 (UTC)
commit f4550a6eccb918402cad18e49b64ed1006c1a07f
Author: Richard Schwarting <aquarichy gmail com>
Date: Mon Oct 19 16:07:37 2009 +0100
Bug 598746 â?? gdata_picasaweb_query_set_image_size documentation fix
Fixes the claim that set_image_size can deal with lists (it can't).
Closes: bgo#598746.
gdata/services/picasaweb/gdata-picasaweb-query.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gdata/services/picasaweb/gdata-picasaweb-query.c b/gdata/services/picasaweb/gdata-picasaweb-query.c
index 35e1f69..8306b3a 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-query.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-query.c
@@ -421,7 +421,7 @@ gdata_picasaweb_query_set_thumbnail_size (GDataPicasaWebQuery *self, const gchar
*
* Gets the #GDataPicasaWebQuery:image-size property.
*
- * Return value: a comma-separated list of image sizes to retrieve, or %NULL
+ * Return value: the currently set desired image size for retrieval, or %NULL
*
* Since: 0.4.0
**/
@@ -435,9 +435,11 @@ gdata_picasaweb_query_get_image_size (GDataPicasaWebQuery *self)
/**
* gdata_picasaweb_query_set_image_size:
* @self: a #GDataPicasaWebQuery
- * @image_size: a comma-separated list of image sizes to retrieve, or %NULL
+ * @image_size: the desired size of the image to be retrieved, or %NULL
*
* Sets the #GDataPicasaWebQuery:image-size property to @image_size.
+ * Valid sizes are described here:
+ * http://code.google.com/apis/picasaweb/docs/2.0/reference.html#Parameters
*
* Set @image_size to %NULL to unset the property.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]