Function

FwupdSecurityAttrarray_from_variant

Declaration [src]

GPtrArray*
fwupd_security_attr_array_from_variant (
  GVariant* value
)

Description [src]

Creates an array of new security attributes using serialized data.

Available since:1.5.0

Parameters

value GVariant*
 

The serialized data.

 The data is owned by the caller of the function.

Return value

Returns: An array of FwupdSecurityAttr
 

Attributes, or NULL if value was invalid.

 The caller of the function takes ownership of the data container, but not the data inside it.