Function
Gntstyle_get_from_name
Declaration [src]
char*
gnt_style_get_from_name (
const char* group,
const char* key
)
Parameters
group |
const char* |
The name of the group in the keyfile. If |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
key |
const char* |
The key. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |