Constructor
TrackerEndpointDBusnew
Declaration [src]
TrackerEndpointDBus*
tracker_endpoint_dbus_new (
TrackerSparqlConnection* sparql_connection,
GDBusConnection* dbus_connection,
const gchar* object_path,
GCancellable* cancellable,
GError** error
)
Description [src]
Registers a Tracker endpoint object at object_path on dbus_connection.
The default object path is /org/freedesktop/Tracker3/Endpoint.
Parameters
sparql_connection |
TrackerSparqlConnection |
The |
|
| The data is owned by the caller of the function. | |
dbus_connection |
GDBusConnection* |
|
|
| The data is owned by the caller of the function. | |
object_path |
const gchar* |
The object path to use, or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable* |
Optional |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | TrackerEndpointDBus |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |