set_remote_deletable


Description:

public void set_remote_deletable (bool remote_deletable)

Indicates whether this can be used to delete resources on a remote server.

Typically this is only set to true for sources created by an CollectionBackend to represent a remote resource.

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

Unlike the removable and writable properties, this is enforced for both clients of the registry D-Bus server and within the registry D-Bus service itself.

Parameters:

this

an ServerSideSource

remote_deletable

whether to export the RemoteDeletable interface