[ CCode ( has_construct_function = false ) ]
public EndpointDBus (SparqlConnection sparql_connection, DBusConnection dbus_connection, string? object_path, Cancellable? cancellable = null) throws Error
Registers a Tracker endpoint object at object_path on dbus_connection.
The default object path is `/org/freedesktop/Tracker3/Endpoint`.
| sparql_connection |
The [class@SparqlConnection] being made public |
| dbus_connection |
DBusConnection to expose the DBus object over |
| object_path |
The object path to use, or null to use the default |
| cancellable |
Optional [type@Gio.Cancellable] |
|
a `TrackerEndpointDBus` object. |