Method
TrackerSparqlStatementexecute_finish
Declaration [src]
TrackerSparqlCursor*
tracker_sparql_statement_execute_finish (
TrackerSparqlStatement* stmt,
GAsyncResult* res,
GError** error
)
Description [src]
Finishes the asynchronous operation started through
tracker_sparql_statement_execute_async().
Parameters
res |
GAsyncResult* |
A |
|
| 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 |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |