Method
FwupdPluginPluginget_config_value
Declaration [src]
gchar*
fu_plugin_get_config_value (
FuPlugin* self,
const gchar* key,
const gchar* value_default
)
Description [src]
Return the value of a key, falling back to the default value.
Available since: | 1.0.6 |
Parameters
key |
const gchar* |
A settings key. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
value_default |
const gchar* |
The default value of the key if not found. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |