Fwupd.FeatureFlags – fwupd Reference Manual
Packages
fwupd
Fwupd
FeatureFlags
ALLOW_AUTHENTICATION
CAN_REPORT
COMMUNITY_TEXT
DETACH_ACTION
FDE_WARNING
NONE
REQUESTS
REQUESTS_NON_GENERIC
SHOW_PROBLEMS
SWITCH_BRANCH
UNKNOWN
UPDATE_ACTION
FeatureFlags
Description:
[
CCode
( cprefix =
"FWUPD_FEATURE_FLAG_"
, has_type_id =
false
) ]
[
Flags
]
public
enum
FeatureFlags
The flags to the feature capabilities of the front-end client.
Namespace:
Fwupd
Package:
fwupd
Content:
Enum values:
ALLOW_AUTHENTICATION
-
Can authenticate with PolicyKit for requests.
CAN_REPORT
-
Can upload a report of the update back to the server.
COMMUNITY_TEXT
-
Can show information about community supported.
DETACH_ACTION
-
Can perform detach action, typically showing text.
FDE_WARNING
-
Can warn about full disk encryption.
NONE
-
No trust.
REQUESTS
-
Can show interactive requests.
REQUESTS_NON_GENERIC
-
Can handle showing non-generic request message text.
SHOW_PROBLEMS
-
Can show problems when getting the update list.
SWITCH_BRANCH
-
Can switch the firmware branch.
UNKNOWN
-
Unknown flag.
UPDATE_ACTION
-
Can perform update action, typically showing text.