Method

FwupdPluginContextget_config_u64

since: 2.1.5

Declaration [src]

guint64
fu_context_get_config_u64 (
  FuContext* self,
  const gchar* key
)

Description [src]

Return the value of a config key, falling back to the default value if missing.

Available since: 2.1.5

Parameters

key

Type: const gchar*

A settings key.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: guint64

Integer key value.