PgMiscellaneous.configKeyGetSystem

Looks up a key, consulting only the Pango system config database in $sysconfdir/pango/pangorc.

struct PgMiscellaneous
static
string
configKeyGetSystem
(
string key
)

Parameters

key string

Key to look up, in the form "SECTION/KEY".

Return: the value, if found, otherwise %NULL. The value is a newly-allocated string and must be freed with g_free().

Meta