Method
TrackerBatchexecute_async
Declaration [src]
void
tracker_batch_execute_async (
TrackerBatch* batch,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Executes the batch. This operation happens asynchronously, when
finished callback will be executed.
| Available since: | 3.1 |
Parameters
cancellable |
GCancellable* |
Optional |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
User-defined Gio.AsyncReadyCallback to be called when the asynchronous operation is finished. |
|
user_data |
gpointer |
User-defined data to be passed to |