Function

Gntset_config_dir

since: 3.0

Declaration [src]

void
gnt_set_config_dir (
  const gchar* config_dir
)

Description [src]

Change directory to store gnt configuration files (default is ~).

You have to call this before #gnt_init. You might want to call this with NULL, to free the resources, but not before a call to #gnt_quit.

Available since: 3.0

Parameters

config_dir

Type: const gchar*

The path to a configuration directory, may be NULL.

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