Class
FwupdPluginConfig
Instance methods
fu_config_get_value
Return the value of a key, falling back to the default value if missing.
since: 1.9.1
fu_config_get_value_bool
Return the value of a key, falling back to the default value if missing or empty.
since: 1.9.1
fu_config_get_value_strv
Return the value of a key, falling back to the default value if missing.
since: 1.9.1
fu_config_get_value_u64
Return the value of a key, falling back to the default value if missing or empty.
since: 1.9.1
fu_config_set_value
Sets a plugin config value, saving the new data back to the default config file.
since: 1.9.1
Signals
FwupdPlugin.Config::changed
The ::changed signal is emitted when the config file has changed, for instance when a parameter has been modified.
FwupdPlugin.Config::loaded
The ::loaded signal is emitted when the config file has loaded, typically at startup.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.