[libgdata/libgdata-0-6] introspection: Add (closure) annotations
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add (closure) annotations
- Date: Wed, 29 Sep 2010 12:18:13 +0000 (UTC)
commit a3661beda31fb4fe2da51ce31247445b50943281
Author: Philip Withnall <philip withnall collabora co uk>
Date: Mon Jul 26 00:29:39 2010 +0200
introspection: Add (closure) annotations
gdata/gdata-access-handler.c | 2 +-
gdata/gdata-service.c | 18 +++++++++---------
gdata/services/calendar/gdata-calendar-service.c | 14 +++++++-------
gdata/services/contacts/gdata-contacts-service.c | 6 +++---
gdata/services/documents/gdata-documents-service.c | 4 ++--
gdata/services/picasaweb/gdata-picasaweb-service.c | 10 +++++-----
gdata/services/youtube/gdata-youtube-service.c | 18 +++++++++---------
7 files changed, 36 insertions(+), 36 deletions(-)
---
diff --git a/gdata/gdata-access-handler.c b/gdata/gdata-access-handler.c
index faa299a..ff2c943 100644
--- a/gdata/gdata-access-handler.c
+++ b/gdata/gdata-access-handler.c
@@ -62,7 +62,7 @@ gdata_access_handler_get_type (void)
* @service: a #GDataService
* @cancellable: optional #GCancellable object, or %NULL
* @progress_callback: a #GDataQueryProgressCallback to call when a rule is loaded, or %NULL
- * @progress_user_data: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Retrieves a #GDataFeed containing all the access rules which apply to the given #GDataAccessHandler. Only the owner of a #GDataAccessHandler may
diff --git a/gdata/gdata-service.c b/gdata/gdata-service.c
index bd0d872..3445b95 100644
--- a/gdata/gdata-service.c
+++ b/gdata/gdata-service.c
@@ -910,9 +910,9 @@ query_thread (GSimpleAsyncResult *result, GDataService *service, GCancellable *c
* @entry_type: a #GType for the #GDataEntry<!-- -->s to build from the XML
* @cancellable: optional #GCancellable object, or %NULL
* @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
- * @progress_user_data: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when the query is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service's @feed_uri feed to build a #GDataFeed. @self, @feed_uri and
* @query are all reffed/copied when this function is called, so can safely be freed after this function returns.
@@ -1038,7 +1038,7 @@ _gdata_service_query (GDataService *self, const gchar *feed_uri, GDataQuery *que
* @entry_type: a #GType for the #GDataEntry<!-- -->s to build from the XML
* @cancellable: optional #GCancellable object, or %NULL
* @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
- * @progress_user_data: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service's @feed_uri feed to build a #GDataFeed.
@@ -1152,8 +1152,8 @@ insert_entry_thread (GSimpleAsyncResult *result, GDataService *service, GCancell
* @upload_uri: the URI to which the upload should be sent
* @entry: the #GDataEntry to insert
* @cancellable: optional #GCancellable object, or %NULL
- * @callback: a #GAsyncReadyCallback to call when insertion is finished
- * @user_data: data to pass to the @callback function
+ * @callback: a #GAsyncReadyCallback to call when insertion is finished, or %NULL
+ * @user_data: (closure): data to pass to the @callback function
*
* Inserts @entry by uploading it to the online service at @upload_uri. @self, @upload_uri and
* @entry are all reffed/copied when this function is called, so can safely be freed after this function returns.
@@ -1337,8 +1337,8 @@ update_entry_thread (GSimpleAsyncResult *result, GDataService *service, GCancell
* @self: a #GDataService
* @entry: the #GDataEntry to update
* @cancellable: optional #GCancellable object, or %NULL
- * @callback: a #GAsyncReadyCallback to call when the update is finished
- * @user_data: data to pass to the @callback function
+ * @callback: a #GAsyncReadyCallback to call when the update is finished, or %NULL
+ * @user_data: (closure): data to pass to the @callback function
*
* Updates @entry by PUTting it to its <literal>edit</literal> link's URI. @self and
* @entry are both reffed when this function is called, so can safely be unreffed after this function returns.
@@ -1514,8 +1514,8 @@ delete_entry_thread (GSimpleAsyncResult *result, GDataService *service, GCancell
* @self: a #GDataService
* @entry: the #GDataEntry to delete
* @cancellable: optional #GCancellable object, or %NULL
- * @callback: a #GAsyncReadyCallback to call when deletion is finished
- * @user_data: data to pass to the @callback function
+ * @callback: a #GAsyncReadyCallback to call when deletion is finished, or %NULL
+ * @user_data: (closure): data to pass to the @callback function
*
* Deletes @entry from the server. @self and @entry are both reffed when this function is called,
* so can safely be unreffed after this function returns.
diff --git a/gdata/services/calendar/gdata-calendar-service.c b/gdata/services/calendar/gdata-calendar-service.c
index ea296a8..1a9d9ea 100644
--- a/gdata/services/calendar/gdata-calendar-service.c
+++ b/gdata/services/calendar/gdata-calendar-service.c
@@ -85,7 +85,7 @@ gdata_calendar_service_new (const gchar *client_id)
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service to return a list of all calendars from the authenticated account which match the given
@@ -124,9 +124,9 @@ gdata_calendar_service_query_all_calendars (GDataCalendarService *self, GDataQue
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service to return a list of all calendars from the authenticated account which match the given
* @query. @self and @query are all reffed when this function is called, so can safely be unreffed after
@@ -162,7 +162,7 @@ gdata_calendar_service_query_all_calendars_async (GDataCalendarService *self, GD
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service to return a list of calendars from the authenticated account which match the given
@@ -201,9 +201,9 @@ gdata_calendar_service_query_own_calendars (GDataCalendarService *self, GDataQue
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service to return a list of calendars from the authenticated account which match the given
* @query, and the authenticated user owns. @self and @query are all reffed when this function is called,
@@ -240,7 +240,7 @@ gdata_calendar_service_query_own_calendars_async (GDataCalendarService *self, GD
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service to return a list of events in the given @calendar, which match @query.
diff --git a/gdata/services/contacts/gdata-contacts-service.c b/gdata/services/contacts/gdata-contacts-service.c
index 56037a1..b539fee 100644
--- a/gdata/services/contacts/gdata-contacts-service.c
+++ b/gdata/services/contacts/gdata-contacts-service.c
@@ -86,7 +86,7 @@ gdata_contacts_service_new (const gchar *client_id)
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service to return a list of contacts matching the given @query.
@@ -125,9 +125,9 @@ gdata_contacts_service_query_contacts (GDataContactsService *self, GDataQuery *q
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service to return a list of contacts matching the given @query. @self and
* @query are all reffed when this function is called, so can safely be unreffed after this function returns.
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index af490ca..9d9f96d 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -169,7 +169,7 @@ gdata_documents_service_get_property (GObject *object, guint property_id, GValue
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service to return a list of documents matching the given @query.
@@ -282,7 +282,7 @@ gdata_documents_service_query_single_document (GDataDocumentsService *self, GTyp
* @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
* @progress_user_data: data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service to return a list of documents matching the given @query. @self and
* @query are both reffed when this function is called, so can safely be unreffed after this function returns.
diff --git a/gdata/services/picasaweb/gdata-picasaweb-service.c b/gdata/services/picasaweb/gdata-picasaweb-service.c
index 25147f3..0043f59 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-service.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-service.c
@@ -157,7 +157,7 @@ gdata_picasaweb_service_get_user (GDataPicasaWebService *self, const gchar *user
* @username: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service to return a list of all albums belonging to the specified @username which match the given
@@ -211,9 +211,9 @@ gdata_picasaweb_service_query_all_albums (GDataPicasaWebService *self, GDataQuer
* @username: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service to return a list of all albums belonging to the specified @username which match the given
* @query. @self, @query and @username are all reffed/copied when this function is called, so can safely be unreffed/freed after
@@ -264,7 +264,7 @@ gdata_picasaweb_service_query_all_albums_async (GDataPicasaWebService *self, GDa
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the specified @album for a list of the files which match the given @query. If @album is %NULL and a user is
@@ -518,7 +518,7 @@ upload_file_async_cb (GOutputStream *output_stream, GAsyncResult *result, Upload
* @file_data: the actual file to upload
* @cancellable: optional #GCancellable object, or %NULL
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Uploads a file (photo or video) to the given PicasaWeb @album
* asynchronously, using the @actual_file from disk and the metadata
diff --git a/gdata/services/youtube/gdata-youtube-service.c b/gdata/services/youtube/gdata-youtube-service.c
index 39a94f4..6fe3c63 100644
--- a/gdata/services/youtube/gdata-youtube-service.c
+++ b/gdata/services/youtube/gdata-youtube-service.c
@@ -413,7 +413,7 @@ standard_feed_type_to_feed_uri (GDataYouTubeStandardFeedType feed_type)
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service's standard @feed_type feed to build a #GDataFeed.
@@ -439,9 +439,9 @@ gdata_youtube_service_query_standard_feed (GDataYouTubeService *self, GDataYouTu
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service's standard @feed_type feed to build a #GDataFeed. @self and
* @query are both reffed when this function is called, so can safely be freed after this function returns.
@@ -466,7 +466,7 @@ gdata_youtube_service_query_standard_feed_async (GDataYouTubeService *self, GDat
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service for videos matching the parameters set on the #GDataQuery. This searches site-wide, and imposes no other restrictions or
@@ -491,9 +491,9 @@ gdata_youtube_service_query_videos (GDataYouTubeService *self, GDataQuery *query
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service for videos matching the parameters set on the #GDataQuery. This searches site-wide, and imposes no other restrictions or
* parameters on the query. @self and @query are both reffed when this function is called, so can safely be freed after this function returns.
@@ -678,7 +678,7 @@ gdata_youtube_service_query_single_video_finish (GDataYouTubeService *self, GAsy
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @error: a #GError, or %NULL
*
* Queries the service for videos related to @video. The algorithm determining which videos are related is on the server side.
@@ -716,9 +716,9 @@ gdata_youtube_service_query_related (GDataYouTubeService *self, GDataYouTubeVide
* @query: 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: data to pass to the @progress_callback function
+ * @progress_user_data: (closure): data to pass to the @progress_callback function
* @callback: a #GAsyncReadyCallback to call when authentication is finished
- * @user_data: data to pass to the @callback function
+ * @user_data: (closure): data to pass to the @callback function
*
* Queries the service for videos related to @video. The algorithm determining which videos are related is on the server side.
* @self and @query are both reffed when this function is called, so can safely be freed after this function returns.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]