dbus_register


Description:

[ NoWrapper ]
public virtual bool dbus_register (DBusConnection connection, string object_path) throws Error

invoked locally during registration, if the application is using its D-Bus backend.

You can use this to export extra objects on the bus, that need to exist before the application tries to own the bus name. The function is passed the DBusConnection to to session bus, and the object path that Application will use to export its D-Bus API. If this function returns true, registration will proceed; otherwise registration will abort. Since: 2.34