PgMiscellaneous.configKeyGet

Looks up a key in the Pango config database (pseudo-win.ini style, read from $sysconfdir/pango/pangorc, $XDG_CONFIG_HOME/pango/pangorc, and getenv (PANGO_RC_FILE).)

class PgMiscellaneous
static
string
configKeyGet
(
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