Fwupd.InstallFlags – fwupd Reference Manual
Packages
fwupd
Fwupd
InstallFlags
ALLOW_BRANCH_SWITCH
ALLOW_OLDER
ALLOW_REINSTALL
FORCE
IGNORE_CHECKSUM
IGNORE_REQUIREMENTS
IGNORE_VID_PID
NONE
NO_HISTORY
NO_SEARCH
ONLY_EMULATED
UNKNOWN
from_string
to_string
InstallFlags
Description:
[
CCode
( cprefix =
"FWUPD_INSTALL_FLAG_"
, has_type_id =
false
) ]
[
Flags
]
public
enum
InstallFlags
Flags to set when performing the firmware update or install.
Namespace:
Fwupd
Package:
fwupd
Content:
Enum values:
ALLOW_BRANCH_SWITCH
-
Allow firmware branch switching.
ALLOW_OLDER
-
Allow downgrading firmware.
ALLOW_REINSTALL
-
Allow reinstalling the same version.
FORCE
-
Force the update even if not a good idea.
IGNORE_CHECKSUM
-
This is now unused; see
FuFirmwareParseFlags
s.
IGNORE_REQUIREMENTS
-
Ignore version requirement checks.
IGNORE_VID_PID
-
This is now unused; see
FuFirmwareParseFlags
s.
NONE
-
No flags set.
NO_HISTORY
-
Do not write to the history database.
NO_SEARCH
-
This is now only for internal use.
ONLY_EMULATED
-
Only install to emulated devices.
UNKNOWN
-
Unknown flag
Static methods:
public
static
InstallFlags
from_string
(
string
? val)
Converts a string to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts an enumerated value to a string.