[libgdata/libgdata-0-6] introspection: Skip gdata_service_query_async()
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Skip gdata_service_query_async()
- Date: Mon, 4 Oct 2010 09:59:26 +0000 (UTC)
commit c93b14d47ed17ccd3edab6932cadb14db075d97a
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Oct 4 10:50:04 2010 +0100
introspection: Skip gdata_service_query_async()
Its progress_callback parameter was incorrectly marked as (scope async),
which could cause crashes in the bindings. It will have to be skipped.
gdata/gdata-service.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/gdata-service.c b/gdata/gdata-service.c
index 3e85775..1d37918 100644
--- a/gdata/gdata-service.c
+++ b/gdata/gdata-service.c
@@ -903,13 +903,13 @@ query_thread (GSimpleAsyncResult *result, GDataService *service, GCancellable *c
}
/**
- * gdata_service_query_async:
+ * gdata_service_query_async: (skip)
* @self: a #GDataService
* @feed_uri: the feed URI to query, including the host name and protocol
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
* @entry_type: a #GType for the #GDataEntry<!-- -->s to build from the XML
* @cancellable: optional #GCancellable object, or %NULL
- * @progress_callback: (scope async): a #GDataQueryProgressCallback to call when an entry is loaded, 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
* @callback: a #GAsyncReadyCallback to call when the query is finished
* @user_data: (closure): data to pass to the @callback function
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]