Function

FwupdPluginbyte_array_append_array

since: 2.0.17

Declaration [src]

void
fu_byte_array_append_array (
  GByteArray* array,
  GByteArray* array2
)

Description [src]

Adds the content of array2 to array.

Available since: 2.0.17

Parameters

array

Type: An array of guint8

A GByteArray.

The data is owned by the caller of the function.
array2

Type: An array of guint8

Another GByteArray.

The data is owned by the caller of the function.