Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | fwupd_status_to_string () |
FwupdStatus | fwupd_status_from_string () |
const gchar * | fwupd_device_flag_to_string () |
FwupdDeviceFlags | fwupd_device_flag_from_string () |
const gchar * | fwupd_update_state_to_string () |
FwupdUpdateState | fwupd_update_state_from_string () |
const gchar * | fwupd_trust_flag_to_string () |
FwupdTrustFlags | fwupd_trust_flag_from_string () |
FwupdKeyringKind | fwupd_keyring_kind_from_string () |
const gchar * | fwupd_keyring_kind_to_string () |
enum | FwupdStatus |
enum | FwupdTrustFlags |
#define | FWUPD_DEVICE_FLAG_NONE |
#define | FWUPD_DEVICE_FLAG_INTERNAL |
#define | FWUPD_DEVICE_FLAG_UPDATABLE |
#define | FWUPD_DEVICE_FLAG_ONLY_OFFLINE |
#define | FWUPD_DEVICE_FLAG_REQUIRE_AC |
#define | FWUPD_DEVICE_FLAG_LOCKED |
#define | FWUPD_DEVICE_FLAG_SUPPORTED |
#define | FWUPD_DEVICE_FLAG_NEEDS_BOOTLOADER |
#define | FWUPD_DEVICE_FLAG_REGISTERED |
#define | FWUPD_DEVICE_FLAG_NEEDS_REBOOT |
#define | FWUPD_DEVICE_FLAG_UNKNOWN |
typedef | FwupdDeviceFlags |
#define | FU_DEVICE_FLAG_NONE |
#define | FU_DEVICE_FLAG_INTERNAL |
#define | FU_DEVICE_FLAG_ALLOW_ONLINE |
#define | FU_DEVICE_FLAG_ALLOW_OFFLINE |
#define | FU_DEVICE_FLAG_REQUIRE_AC |
#define | FU_DEVICE_FLAG_LOCKED |
#define | FU_DEVICE_FLAG_SUPPORTED |
#define | FU_DEVICE_FLAG_NEEDS_BOOTLOADER |
#define | FU_DEVICE_FLAG_UNKNOWN |
#define | FWUPD_DEVICE_FLAG_ALLOW_ONLINE |
#define | FWUPD_DEVICE_FLAG_ALLOW_OFFLINE |
enum | FwupdInstallFlags |
enum | FwupdUpdateState |
enum | FwupdKeyringKind |
const gchar *
fwupd_status_to_string (FwupdStatus status
);
Converts a FwupdStatus to a string.
Since: 0.1.1
FwupdStatus
fwupd_status_from_string (const gchar *status
);
Converts a string to a FwupdStatus.
Since: 0.1.1
const gchar *
fwupd_device_flag_to_string (FwupdDeviceFlags device_flag
);
Converts a FwupdDeviceFlags to a string.
Since: 0.7.0
FwupdDeviceFlags
fwupd_device_flag_from_string (const gchar *device_flag
);
Converts a string to a FwupdDeviceFlags.
Since: 0.7.0
const gchar *
fwupd_update_state_to_string (FwupdUpdateState update_state
);
Converts a FwupdUpdateState to a string.
Since: 0.7.0
FwupdUpdateState
fwupd_update_state_from_string (const gchar *update_state
);
Converts a string to a FwupdUpdateState.
Since: 0.7.0
const gchar *
fwupd_trust_flag_to_string (FwupdTrustFlags trust_flag
);
Converts a FwupdTrustFlags to a string.
Since: 0.7.0
FwupdTrustFlags
fwupd_trust_flag_from_string (const gchar *trust_flag
);
Converts a string to a FwupdTrustFlags.
Since: 0.7.0
FwupdKeyringKind
fwupd_keyring_kind_from_string (const gchar *keyring_kind
);
Converts an printable string to an enumerated type.
Since: 0.9.7
const gchar *
fwupd_keyring_kind_to_string (FwupdKeyringKind keyring_kind
);
Converts an enumerated type to a printable string.
Since: 0.9.7
The flags to show daemon status.
#define FWUPD_DEVICE_FLAG_NEEDS_BOOTLOADER (1u << 6) /* Since: 0.7.3 */
typedef guint64 FwupdDeviceFlags;
FIXME: rename FU_DEVICE_ -> FWUPD_DEVICE_ when we break API
The device flags.
#define FU_DEVICE_FLAG_NEEDS_BOOTLOADER FWUPD_DEVICE_FLAG_NEEDS_BOOTLOADER
#define FWUPD_DEVICE_FLAG_ALLOW_OFFLINE FWUPD_DEVICE_FLAG_ONLY_OFFLINE