Method

TrackerSparqlConnectionquery_finish

Declaration [src]

TrackerSparqlCursor*
tracker_sparql_connection_query_finish (
  TrackerSparqlConnection* connection,
  GAsyncResult* res,
  GError** error
)

Description [src]

Finishes the operation started with tracker_sparql_connection_query_async().

Parameters

res GAsyncResult*
 

A GAsyncResult with the result of the operation.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: TrackerSparqlCursor
 

A TrackerSparqlCursor with the results.

 The caller of the method takes ownership of the data, and is responsible for freeing it.