Method

TrackerSparqlConnectionupdate_blank_finish

Declaration [src]

GVariant*
tracker_sparql_connection_update_blank_finish (
  TrackerSparqlConnection* connection,
  GAsyncResult* res,
  GError** error
)

Description [src]

Finishes the operation started with tracker_sparql_connection_update_blank_async().

This method returns the URNs of the generated nodes, if any. See the tracker_sparql_connection_update_blank() documentation for the interpretation of the returned GVariant.

Deprecated since:3.5

See tracker_sparql_connection_update_blank().

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: GVariant*
 

A GVariant with the generated URNs.

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