Top | ![]() |
![]() |
![]() |
![]() |
#define | FWUPD_DBUS_PATH |
#define | FWUPD_DBUS_SERVICE |
#define | FWUPD_DBUS_INTERFACE |
#define | FWUPD_DEVICE_ID_ANY |
enum | FwupdStatus |
enum | FwupdTrustFlags |
enum | FwupdDeviceFlags |
enum | FwupdInstallFlags |
enum | FwupdUpdateState |
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
The flags to show daemon status.
FIXME: rename FU_DEVICE_ -> FWUPD_DEVICE_ when we break API
The device flags.