Method

TrackerBatchexecute_async

since: 3.1

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

Type: GCancellable

Optional GCancellable.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

User-defined GAsyncReadyCallback to be called when the asynchronous operation is finished.

The argument can be NULL.
user_data

Type: gpointer

User-defined data to be passed to callback.

The argument can be NULL.
The data is owned by the caller of the method.