[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataPicasaWebService



commit e85b4a364a1614c4e86272f61cf3df7706452149
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 4 10:01:02 2010 +0100

    introspection: Add missing annotations to GDataPicasaWebService

 gdata/services/picasaweb/gdata-picasaweb-service.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gdata/services/picasaweb/gdata-picasaweb-service.c b/gdata/services/picasaweb/gdata-picasaweb-service.c
index 0043f59..081915e 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-service.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-service.c
@@ -64,7 +64,7 @@ gdata_picasaweb_service_init (GDataPicasaWebService *self)
 /*
  * create_uri:
  * @self: a #GDataPicasaWebService
- * @username: the username to use, or %NULL to use the currently logged in user
+ * @username: (allow-none): the username to use, or %NULL to use the currently logged in user
  * @type: the type of object to access: "entry" for a user, or "feed" for an album
  *
  * Builds a URI to use when querying for albums or a user.
@@ -111,7 +111,7 @@ gdata_picasaweb_service_new (const gchar *client_id)
 /**
  * gdata_picasaweb_service_get_user
  * @self: a #GDataPicasaWebService
- * @username: the username of the user whose information you wish to retrieve, or %NULL for the currently authenticated user.
+ * @username: (allow-none): the username of the user whose information you wish to retrieve, or %NULL for the currently authenticated user.
  * @cancellable: optional #GCancellable object, or %NULL
  * @error: a #GError, or %NULL
  *
@@ -153,8 +153,8 @@ gdata_picasaweb_service_get_user (GDataPicasaWebService *self, const gchar *user
 /**
  * gdata_picasaweb_service_query_all_albums:
  * @self: a #GDataPicasaWebService
- * @query: a #GDataQuery with the query parameters, or %NULL
- * @username: the username of the user whose albums you wish to retrieve, or %NULL
+ * @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
+ * @username: (allow-none): the username of the user whose albums you wish to retrieve, or %NULL
  * @cancellable: optional #GCancellable object, or %NULL
  * @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
  * @progress_user_data: (closure): data to pass to the @progress_callback function
@@ -207,8 +207,8 @@ gdata_picasaweb_service_query_all_albums (GDataPicasaWebService *self, GDataQuer
 /**
  * gdata_picasaweb_service_query_all_albums_async:
  * @self: a #GDataPicasaWebService
- * @query: a #GDataQuery with the query parameters, or %NULL
- * @username: the username of the user whose albums you wish to retrieve, or %NULL
+ * @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
+ * @username: (allow-none): the username of the user whose albums you wish to retrieve, or %NULL
  * @cancellable: optional #GCancellable object, or %NULL
  * @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
  * @progress_user_data: (closure): data to pass to the @progress_callback function
@@ -260,8 +260,8 @@ gdata_picasaweb_service_query_all_albums_async (GDataPicasaWebService *self, GDa
 /**
  * gdata_picasaweb_service_query_files:
  * @self: a #GDataPicasaWebService
- * @album: a #GDataPicasaWebAlbum from which to retrieve the files, or %NULL
- * @query: a #GDataQuery with the query parameters, or %NULL
+ * @album: (allow-none): a #GDataPicasaWebAlbum from which to retrieve the files, or %NULL
+ * @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
  * @cancellable: optional #GCancellable object, or %NULL
  * @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
  * @progress_user_data: (closure): data to pass to the @progress_callback function
@@ -356,7 +356,7 @@ parse_spliced_stream (GOutputStream *output_stream, GError **error)
 /**
  * gdata_picasaweb_service_upload_file:
  * @self: a #GDataPicasaWebService
- * @album: a #GDataPicasaWebAlbum into which to insert the file, or %NULL
+ * @album: (allow-none): a #GDataPicasaWebAlbum into which to insert the file, or %NULL
  * @file_entry: a #GDataPicasaWebFile to insert
  * @file_data: the actual file to upload
  * @cancellable: optional #GCancellable object, or %NULL
@@ -513,7 +513,7 @@ upload_file_async_cb (GOutputStream *output_stream, GAsyncResult *result, Upload
 /**
  * gdata_picasaweb_service_upload_file_async:
  * @self: a #GDataPicasaWebService
- * @album: a #GDataPicasaWebAlbum into which to insert the file, or %NULL
+ * @album: (allow-none): a #GDataPicasaWebAlbum into which to insert the file, or %NULL
  * @file_entry: a #GDataPicasaWebFile to insert
  * @file_data: the actual file to upload
  * @cancellable: optional #GCancellable object, or %NULL



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]