Method

TrackerSparqlStatementupdate_finish

Declaration [src]

gboolean
tracker_sparql_statement_update_finish (
  TrackerSparqlStatement* stmt,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes the asynchronous update started through tracker_sparql_statement_update_async().

Available since:3.5

Parameters

result 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
 

TRUE if the update finished with no errors, FALSE otherwise.