get_values
Description:
public Variant get_values (
string section)
Get all values in a section synchronously.
Parameters:
| this |
An Config
|
| section |
Section name of the configuration option.
|
Returns:
|
A Variant or null. Free with
g_variant_unref.
See also: set_value.
|