Constructor
FwupdPluginEfiX509Devicenew
since: 2.0.8
Declaration [src]
FuEfiX509Device*
fu_efi_x509_device_new (
FuContext* ctx,
FuEfiX509Signature* sig
)
Parameters
ctx
-
Type:
FuContext
A
FuContext
.The data is owned by the caller of the function. sig
-
Type:
FuEfiX509Signature
A
FuEfiX509Signature
.The data is owned by the caller of the function.
Return value
Type: FuEfiX509Device
A FuEfiX509Device
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |