update_blank_async


Description:

[ Version ( deprecated = true , deprecated_since = "3.5" ) ]
public async Variant update_blank_async (string sparql, Cancellable? cancellable = null) throws Error

Warning: update_blank_async is deprecated since 3.5.

Executes asynchronously a SPARQL update and returns the names of the generated blank nodes.

Note:

See [method@SparqlConnection.update_blank].

See the [method@SparqlConnection.update_blank] documentation to learn the differences with [method@SparqlConnection.update].

Parameters:

this

A `TrackerSparqlConnection`

sparql

String containing the SPARQL update query

cancellable

Optional [type@Gio.Cancellable]

callback

User-defined [type@Gio.AsyncReadyCallback] to be called when the asynchronous operation is finished.

user_data

User-defined data to be passed to callback