mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 19:37:17 +00:00
trivial: FwupdSecurityAttr: fix a symbol name
This commit is contained in:
parent
8de9027ab4
commit
331d7bbd40
@ -225,7 +225,7 @@ fwupd_security_attr_flag_to_suffix(FwupdSecurityAttrFlags flag)
|
||||
}
|
||||
|
||||
/**
|
||||
* fwupd_security_attr_get_bios_id:
|
||||
* fwupd_security_attr_get_bios_attr_id:
|
||||
* @self: a #FwupdSecurityAttr
|
||||
*
|
||||
* Gets the #FwupdBiosAttr that can be used to improve this
|
||||
@ -236,7 +236,7 @@ fwupd_security_attr_flag_to_suffix(FwupdSecurityAttrFlags flag)
|
||||
* Since: 1.8.4
|
||||
**/
|
||||
const gchar *
|
||||
fwupd_security_attr_get_bios_id(FwupdSecurityAttr *self)
|
||||
fwupd_security_attr_get_bios_attr_id(FwupdSecurityAttr *self)
|
||||
{
|
||||
FwupdSecurityAttrPrivate *priv = GET_PRIVATE(self);
|
||||
g_return_val_if_fail(FWUPD_IS_SECURITY_ATTR(self), NULL);
|
||||
|
@ -127,7 +127,7 @@ gchar *
|
||||
fwupd_security_attr_to_string(FwupdSecurityAttr *self);
|
||||
|
||||
const gchar *
|
||||
fwupd_security_attr_get_bios_id(FwupdSecurityAttr *self);
|
||||
fwupd_security_attr_get_bios_attr_id(FwupdSecurityAttr *self);
|
||||
void
|
||||
fwupd_security_attr_set_bios_attr_id(FwupdSecurityAttr *self, const gchar *id);
|
||||
|
||||
|
@ -842,7 +842,7 @@ LIBFWUPD_1.8.4 {
|
||||
fwupd_client_modify_bios_attr;
|
||||
fwupd_client_modify_bios_attr_async;
|
||||
fwupd_client_modify_bios_attr_finish;
|
||||
fwupd_security_attr_get_bios_id;
|
||||
fwupd_security_attr_get_bios_attr_id;
|
||||
fwupd_security_attr_set_bios_attr_id;
|
||||
local: *;
|
||||
} LIBFWUPD_1.8.3;
|
||||
|
Loading…
Reference in New Issue
Block a user