DBusObjectManagerServer.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
(string objectPath)Creates a new #GDBusObjectManagerServer object.
The returned server isn't yet exported on any connection. To do so, use gio.dbus_object_manager_server.DBusObjectManagerServer.setConnection. Normally you want to export all of your objects before doing so to avoid InterfacesAdded signals being emitted.
Parameters
objectPath | The object path to export the manager object at. |
Returns
A #GDBusObjectManagerServer object. Free with gobject.object.ObjectWrap.unref.