set_writable


Description:

public void set_writable (bool writable)

Sets whether to allow registry clients to alter the content of this.

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

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

Parameters:

this

an ServerSideSource

writable

whether to export the Writable interface