getString

fun getString(groupName: String, key: String): <Error class: unknown class><String>

Returns the string value associated with @key under @group_name. Unlike g_key_file_get_value(), this function handles escape sequences like \s.

In the event the key cannot be found, null is returned and

Return

a newly allocated string or null if the specified key cannot be found.

Since

2.6

Parameters

groupName

a group name

key

a key