Function

FwupdReleasearray_from_variant

Declaration [src]

GPtrArray*
fwupd_release_array_from_variant (
  GVariant* value
)

Description [src]

Creates an array of new releases using serialized data.

Available since:1.2.10

Parameters

value GVariant*
 

The serialized data.

 The data is owned by the caller of the function.

Return value

Returns: An array of FwupdRelease
 

Releases, or NULL if value was invalid.

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