Method
EBackendWebDAVCollectionBackendget_resource_id
since: 3.26
Declaration [src]
gchar*
e_webdav_collection_backend_get_resource_id (
EWebDAVCollectionBackend* webdav_backend,
ESource* source
)
Description [src]
Verifies that the source is expected here and returns its resource ID,
which is used in call to e_collection_backend_new_child(). It returns NULL,
when the source is not part of the backend and should be removed instead.
The default implementation allows all sources, which has %ESourceResource
extension defined.
Available since: 3.26
Parameters
source-
Type:
ESourceAn
ESource.The data is owned by the caller of the method.