Method

EBackendCacheReaperadd_private_directory

Declaration [src]

void
e_cache_reaper_add_private_directory (
  ECacheReaper* cache_reaper,
  const gchar* name
)

Description [src]

Let’s the cache_reaper know about a private directory named name, thus it won’t delete it from cache or data directories. The name is just a directory name, not a path.

Since 3.18.

Parameters

name

Type: const gchar*

Directory name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.