Method
EDataServerSourceCredentialsProvidercan_store
since: 3.16
Declaration [src]
gboolean
e_source_credentials_provider_can_store (
ESourceCredentialsProvider* provider,
ESource* source
)
Description [src]
Returns whether the source can store its credentials. When FALSE is returned,
an attempt to call e_source_credentials_provider_store() or
e_source_credentials_provider_store_sync() will fail for this source.
Available since: 3.16
Parameters
source-
Type:
ESourceAn
ESource.The data is owned by the caller of the method.