Function

Purpledata_dir

since: 3.0

Declaration [src]

const gchar*
purple_data_dir (
  void
)

Description [src]

Returns the purple data directory according to XDG Base Directory Specification. This is usually $HOME/.local/share/purple. If custom user dir was specified then this is data sub-directory of DIR argument passed to -c option.

Available since: 3.0

Return value

Type: const gchar*

The purple data directory.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.