summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-10-04 10:50:04 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-10-04 10:57:34 +0100
commitc93b14d47ed17ccd3edab6932cadb14db075d97a (patch)
tree12dfcd18edfcedfd54171ad2b0367e0c0e69b9db
parentfd0cc728f07aada55a26e4b007d410933b478af5 (diff)
downloadlibgdata-c93b14d47ed17ccd3edab6932cadb14db075d97a.tar.gz
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.
-rw-r--r--gdata/gdata-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdata/gdata-service.c b/gdata/gdata-service.c
index 3e857751..1d379186 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