Top | ![]() |
![]() |
![]() |
![]() |
FuHwids * | fu_hwids_new () |
const gchar * | fu_hwids_get_value () |
const gchar * | fu_hwids_get_replace_keys () |
gchar * | fu_hwids_get_replace_values () |
gchar * | fu_hwids_get_guid () |
GPtrArray * | fu_hwids_get_guids () |
gboolean | fu_hwids_has_guid () |
gboolean | fu_hwids_setup () |
#define | FU_TYPE_HWIDS |
#define | FU_HWIDS_KEY_BASEBOARD_MANUFACTURER |
#define | FU_HWIDS_KEY_BASEBOARD_PRODUCT |
#define | FU_HWIDS_KEY_BIOS_MAJOR_RELEASE |
#define | FU_HWIDS_KEY_BIOS_MINOR_RELEASE |
#define | FU_HWIDS_KEY_BIOS_VENDOR |
#define | FU_HWIDS_KEY_BIOS_VERSION |
#define | FU_HWIDS_KEY_ENCLOSURE_KIND |
#define | FU_HWIDS_KEY_FAMILY |
#define | FU_HWIDS_KEY_MANUFACTURER |
#define | FU_HWIDS_KEY_PRODUCT_NAME |
#define | FU_HWIDS_KEY_PRODUCT_SKU |
FuHwids |
const gchar * fu_hwids_get_value (FuHwids *self
,const gchar *key
);
Gets the cached value for one specific key that is valid ASCII and suitable for display.
Since: 0.9.3
const gchar * fu_hwids_get_replace_keys (FuHwids *self
,const gchar *key
);
Gets the replacement key for a well known value.
Since: 0.9.3
gchar * fu_hwids_get_replace_values (FuHwids *self
,const gchar *keys
,GError **error
);
Gets the replacement values for a HardwareID key or plain key.
Since: 0.9.3
gchar * fu_hwids_get_guid (FuHwids *self
,const gchar *keys
,GError **error
);
Gets the GUID for a specific key.
Since: 0.9.3
GPtrArray *
fu_hwids_get_guids (FuHwids *self
);
Returns all the defined HWIDs
Since: 0.9.3
gboolean fu_hwids_has_guid (FuHwids *self
,const gchar *guid
);
Finds out if a hardware GUID exists.
Since: 0.9.3