Method

CamelServiceget_user_data_dir

since: 3.2

Declaration [src]

const gchar*
camel_service_get_user_data_dir (
  CamelService* service
)

Description [src]

Returns the base directory under which to store user-specific data for service. The directory is formed by appending the directory returned by camel_session_get_user_data_dir() with the service’s CamelService:uid value.

Available since: 3.2

Return value

Type: const gchar*

The base directory for service.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.