new_from_rdf_async


Description:

[ Version ( since = "3.11" ) ]
public static async Connection new_from_rdf_async (ConnectionFlags flags, File? store, DeserializeFlags deserialize_flags, RdfFormat rdf_format, InputStream rdf_stream, Cancellable? cancellable = null) throws Error

Asynchronous version of [ctor@SparqlConnection.

new_from_rdf].

Parameters:

flags

Connection flags to define the SPARQL connection behavior

store

The database location as a [iface@Gio.File], or null

deserialize_flags

Deserialization flags

rdf_format

RDF format of the rdf_stream argument

rdf_stream

RDF Schema definition of the database format

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