RequestFlags
Description:
[ CCode ( cprefix = "FWUPD_REQUEST_FLAG_" , has_type_id = false ) ]
[ Flags ]
public enum RequestFlags
Flags used to represent request attributes
Content:
Enum values:
- ALLOW_GENERIC_IMAGE - Use a
generic (translated) request image.
- ALLOW_GENERIC_MESSAGE -
Use a generic (translated) request message.
- NONE - No flags are set.
- NON_GENERIC_IMAGE - Device
requires to show the user a custom image for the action to make sense.
- NON_GENERIC_MESSAGE - Device
requires a non-generic interaction with custom non-translatable text.
- UNKNOWN - The request flag is unknown,
typically caused by using mismatched client and daemon.