Gio.DBusObjectManagerServer.prototype.export
function export(object: Gio.DBusObjectSkeleton): void {
// Gjs wrapper for g_dbus_object_manager_server_export()
}
Exports object on manager.
If there is already a Gio.DBusObject exported at the object path, then the old object is removed.
The object path for object must be in the hierarchy rooted by the object path for manager.
Note that manager will take a reference on object for as long as it is exported.
Since 2.30
- object