Method
TrackerSparqlConnectionclose_async
Declaration [src]
void
tracker_sparql_connection_close_async (
TrackerSparqlConnection* connection,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Closes a SPARQL connection asynchronously.
No other API calls than g_object_unref() should happen after this call.
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 |