Function
TrackerSparqlConnectionnew_async
Declaration [src]
void
tracker_sparql_connection_new_async (
  TrackerSparqlConnectionFlags flags,
  GFile* store,
  GFile* ontology,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Creates or opens a process-local database asynchronously.
See tracker_sparql_connection_new() for more information.
Parameters
- flags
- 
            Type: TrackerSparqlConnectionFlagsConnection flags to define the SPARQL connection behavior. 
- store
- 
            Type: GFileThe directory that contains the database as a GFile, orNULL.The argument can be NULL.The data is owned by the caller of the function. 
- ontology
- 
            Type: GFileThe directory that contains the database schemas as a GFile, orNULL.The argument can be NULL.The data is owned by the caller of the function. 
- cancellable
- 
            Type: GCancellableOptional GCancellableThe argument can be NULL.The data is owned by the caller of the function. 
- callback
- 
            Type: GAsyncReadyCallbackUser-defined GAsyncReadyCallbackto be called when the asynchronous operation is finished.
- user_data
- 
            Type: gpointerUser-defined data to be passed to callback.The argument can be NULL.The data is owned by the caller of the function.