Function
FwupdPluginbyte_array_append_bytes
Declaration [src]
void
fu_byte_array_append_bytes (
GByteArray* array,
GBytes* bytes
)
Parameters
array |
An array of guint8 |
A |
|
The data is owned by the caller of the function. | |
bytes |
GBytes |
Data blob. |
|
The data is owned by the caller of the function. |