[libgdata] introspection: Skip gdata_service_query_async()



commit 1c98bf024bcf06355fc5e77a0d7fa6cc59e126a0
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 a2883c9..18249d3 100644
--- a/gdata/gdata-service.c
+++ b/gdata/gdata-service.c
@@ -1049,13 +1049,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]