get_string
Description:
public unowned string?
get_string (
string name)
throws Error
Get the configuration value of name as string.
Parameters:
| this |
a Config.
|
| name |
the name of the configuration value.
|
Returns:
|
the string value of name, or null if such a value does not exist
|