Function

Purpleutil_set_user_dir

since: 2.0

Declaration [src]

void
purple_util_set_user_dir (
  const gchar* dir
)

Description [src]

Define a custom purple settings directory, overriding the default (user’s home directory/.purple)

Available since: 2.0

Parameters

dir

Type: const gchar*

The custom settings directory.

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