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 |
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: | GVariant* |
A |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |