Method
TrackerSparqlCursornext_finish
Declaration [src]
gboolean
tracker_sparql_cursor_next_finish (
TrackerSparqlCursor* cursor,
GAsyncResult* res,
GError** error
)
Description [src]
Finishes the asynchronous iteration to the next result started with
tracker_sparql_cursor_next_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. |