Gio.DBusObjectManagerServer.prototype.unexport

function unexport(object_path: String): Boolean {
    // Gjs wrapper for g_dbus_object_manager_server_unexport()
}
  

If manager has an object at @path, removes the object. Otherwise does nothing.

Note that object_path must be in the hierarchy rooted by the object path for manager.

Since 2.30

object_path

An object path.

Returns

true if object at object_path was removed, false otherwise.