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 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: gboolean
 

FALSE if there are no more results or if an error is found, otherwise TRUE.