Function
Gntstyle_get_from_name
since: 2.1
Declaration [src]
char*
gnt_style_get_from_name (
const char* group,
const char* key
)
Parameters
group
-
Type:
const char*
The name of the group in the keyfile. If
NULL
, the prgname will be used first, if available. Otherwise, “general” will be used.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. key
-
Type:
const char*
The key.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.