[ 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].
| 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 |
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 |