Constructor
TrackerSparqlConnectionremote_new
Declaration [src]
TrackerSparqlConnection*
tracker_sparql_connection_remote_new (
const gchar* uri_base
)
Description [src]
Creates a connection to a remote HTTP SPARQL endpoint.
The connection is made using the libsoup HTTP library. The connection will
normally use the https:// or http:// protocols.
Parameters
uri_base |
const gchar* |
Base URI of the remote connection. |
|
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. |
Return value
| Returns: | TrackerSparqlConnection |
A new remote |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |