[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataPicasaWebQuery
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataPicasaWebQuery
- Date: Wed, 29 Sep 2010 12:21:41 +0000 (UTC)
commit a3ecf0606c3b2cf0f185de02627b3036dccc41ee
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Aug 4 09:57:09 2010 +0100
introspection: Add missing annotations to GDataPicasaWebQuery
gdata/services/picasaweb/gdata-picasaweb-query.c | 24 +++++++++++-----------
1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/gdata/services/picasaweb/gdata-picasaweb-query.c b/gdata/services/picasaweb/gdata-picasaweb-query.c
index 77336c6..3b6b7be 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-query.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-query.c
@@ -297,7 +297,7 @@ get_query_uri (GDataQuery *self, const gchar *feed_uri, GString *query_uri, gboo
/**
* gdata_picasaweb_query_new:
- * @q: a query string
+ * @q: (allow-none): a query string, or %NULL
*
* Creates a new #GDataPicasaWebQuery with its #GDataQuery:q property set to @q.
*
@@ -315,9 +315,9 @@ gdata_picasaweb_query_new (const gchar *q)
/**
* gdata_picasaweb_query_new_with_limits:
- * @q: a query string
- * @start_index: the index of the first result to include
- * @max_results: the maximum number of results to include
+ * @q: (allow-none): a query string, or %NULL
+ * @start_index: the index of the first result to include, or <code class="literal">0</code>
+ * @max_results: the maximum number of results to include, or <code class="literal">0</code>
*
* Creates a #GDataPicasaWebQuery with its #GDataQuery:q property set
* to @q, returning @max_results starting from the @start_index
@@ -403,7 +403,7 @@ gdata_picasaweb_query_get_thumbnail_size (GDataPicasaWebQuery *self)
/**
* gdata_picasaweb_query_set_thumbnail_size:
* @self: a #GDataPicasaWebQuery
- * @thumbnail_size: a comma-separated list of thumbnail sizes to retrieve, or %NULL
+ * @thumbnail_size: (allow-none): a comma-separated list of thumbnail sizes to retrieve, or %NULL
*
* Sets the #GDataPicasaWebQuery:thumbnail-size property to @thumbnail_size.
*
@@ -444,7 +444,7 @@ gdata_picasaweb_query_get_image_size (GDataPicasaWebQuery *self)
/**
* gdata_picasaweb_query_set_image_size:
* @self: a #GDataPicasaWebQuery
- * @image_size: the desired size of the image to be retrieved, or %NULL
+ * @image_size: (allow-none): the desired size of the image to be retrieved, or %NULL
*
* Sets the #GDataPicasaWebQuery:image-size property to @image_size.
* Valid sizes are described in the
@@ -487,7 +487,7 @@ gdata_picasaweb_query_get_tag (GDataPicasaWebQuery *self)
/**
* gdata_picasaweb_query_set_tag:
* @self: a #GDataPicasaWebQuery
- * @tag: a tag which retrieved objects must have, or %NULL
+ * @tag: (allow-none): a tag which retrieved objects must have, or %NULL
*
* Sets the #GDataPicasaWebQuery:tag property to @tag.
*
@@ -511,10 +511,10 @@ gdata_picasaweb_query_set_tag (GDataPicasaWebQuery *self, const gchar *tag)
/**
* gdata_picasaweb_query_get_bounding_box:
* @self: a #GDataPicasaWebQuery
- * @north: return location for the latitude of the top of the box, or %NULL
- * @east: return location for the longitude of the right of the box, or %NULL
- * @south: return location for the latitude of the south of the box, or %NULL
- * @west: return location for the longitude of the left of the box, or %NULL
+ * @north: (out caller-allocates) (allow-none): return location for the latitude of the top of the box, or %NULL
+ * @east: (out caller-allocates) (allow-none): return location for the longitude of the right of the box, or %NULL
+ * @south: (out caller-allocates) (allow-none): return location for the latitude of the south of the box, or %NULL
+ * @west: (out caller-allocates) (allow-none): return location for the longitude of the left of the box, or %NULL
*
* Gets the latitudes and longitudes of a bounding box, inside which all the results must lie.
*
@@ -587,7 +587,7 @@ gdata_picasaweb_query_get_location (GDataPicasaWebQuery *self)
/**
* gdata_picasaweb_query_set_location:
* @self: a #GDataPicasaWebQuery
- * @location: a location which returned objects must be near, or %NULL
+ * @location: (allow-none): a location which returned objects must be near, or %NULL
*
* Sets the #GDataPicasaWebQuery:location property to @location.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]