Method

EBackendServerSideSourceset_removable

since: 3.6

Declaration [src]

void
e_server_side_source_set_removable (
  EServerSideSource* source,
  gboolean removable
)

Description [src]

Sets whether to allow registry clients to remove source and its descendants. If TRUE, the Removable D-Bus interface is exported at the object path for source. If FALSE, the Removable D-Bus interface is unexported at the object path for source, and any attempt by clients to call e_source_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.

Available since: 3.6

Parameters

removable

Type: gboolean

Whether to export the Removable interface.