value_changed
Description:
public signal void value_changed (
string section,
string name,
Variant value)
Emitted when configuration value is changed.
<note><para>Argument user_data is ignored in this function.</para></note>
Parameters:
| section |
Section name.
|
| name |
Name of the property.
|
| value |
Value.
|