[libgdata/libgdata-0-5: 1/8] Bug 598746 — gdata_picasaweb_query_set_image_size documentation fix



commit dff92c57c97f63d428584513a28b84f650b41a2e
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 1e4e803..4c1cdf7 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-query.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-query.c
@@ -388,7 +388,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
  **/
@@ -402,9 +402,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]