Function
FwupdSecurityAttrfrom_variant
since: 1.5.0
Declaration [src]
FwupdSecurityAttr*
fwupd_security_attr_from_variant (
GVariant* value
)
Parameters
value
-
Type:
GVariant
The serialized data.
The data is owned by the caller of the function.
Return value
Type: FwupdSecurityAttr
A new FwupdSecurityAttr
, or NULL
if value
was invalid.
The caller of the function takes ownership of the data, and is responsible for freeing it. |