PgMiscellaneous.configKeyGetSystem

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

class PgMiscellaneous
static
string
configKeyGetSystem
(
string key
)

Parameters

key string

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

Return Value

Type: string

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

Meta