DBusObjectManagerServer.exportUniquely
void exportUniquely(gio.dbus_object_skeleton.DBusObjectSkeleton object)Like [gio.dbus_object_manager_server.DBusObjectManagerServer.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 #GDBusObjectProxy:g-object-path property of object may be modified.
Parameters
object | An object. |