set_remote_creatable


Description:

public void set_remote_creatable (bool remote_creatable)

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

Typically this is only set to true for collection sources.

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

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

Parameters:

this

an ServerSideSource

remote_creatable

whether to export the RemoteCreatable interface