Gio.DBusObjectManagerServer.prototype.export_uniquely

function export_uniquely(object: Gio.DBusObjectSkeleton): void {
    // Gjs wrapper for g_dbus_object_manager_server_export_uniquely()
}
  

Like Gio.DBusObjectManagerServer.prototype.export but appends a string of the form _N (with N being a natural number) to object's object path if an object with the given path already exists. As such, the Gio.DBusObjectProxy.g_object_path property of object may be modified.

Since 2.30

object

An object.