Top | ![]() |
![]() |
![]() |
![]() |
OsinfoFirmware * | osinfo_firmware_new () |
const gchar * | osinfo_firmware_get_architecture () |
const gchar * | osinfo_firmware_get_firmware_type () |
gboolean | osinfo_firmware_is_supported () |
#define | OSINFO_TYPE_FIRMWARE |
#define | OSINFO_FIRMWARE_PROP_ARCHITECTURE |
#define | OSINFO_FIRMWARE_PROP_TYPE |
#define | OSINFO_FIRMWARE_PROP_SUPPORTED |
OsinfoFirmware is an entity representing a firmware used to boot a (guest) operating system.
OsinfoFirmware * osinfo_firmware_new (const gchar *id
,const gchar *architecture
,const gchar *type
);
const gchar *
osinfo_firmware_get_architecture (OsinfoFirmware *firmware
);
Retrieves the target hardware architecture of the OS firmware
provides.
Since: 1.7.0
const gchar *
osinfo_firmware_get_firmware_type (OsinfoFirmware *firmware
);
The type of the firmware
Since: 1.7.0