Method
EBackendServerSideSourceset_remote_creatable
since: 3.6
Declaration [src]
void
e_server_side_source_set_remote_creatable (
EServerSideSource* source,
gboolean remote_creatable
)
Description [src]
Indicates whether source 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 source. If FALSE, the RemoteCreatable D-Bus interface is
unexported at the object path for source, and any attempt by clients
to call e_source_remote_create() will fail.
Unlike the ESource:removable and ESource:writable properties, this
is enforced for both clients of the registry D-Bus service and within
the registry D-Bus service itself.
Available since: 3.6
| Sets property | EBackend.ServerSideSource:remote-creatable |