set_removable


Description:

public void set_removable (bool removable)

Sets whether to allow registry clients to remove this and its descendants.

If true, the Removable D-Bus interface is exported at the object path for this. If false, the Removable D-Bus interface is unexported at the object path for this, and any attempt by clients to call remove will fail.

Note this is only enforced for clients of the registry D-Bus service. The service itself may remove any data source at any time.

Parameters:

this

an ServerSideSource

removable

whether to export the Removable interface