get_string
Description:
public unowned string?
get_string (
string key)
Get a string configuration value.
Parameters:
| this |
an instance of Config
|
| key |
the key name
|
Returns:
|
the value corresponding to the key as string. If the key does not exist, null is returned.
|