Function
FwupdPluginbyte_array_append_bytes
since: 1.5.8
Declaration [src]
void
fu_byte_array_append_bytes (
  GByteArray* array,
  GBytes* bytes
)
      Parameters
array- 
            
Type: An array of
guint8A
GByteArray.The data is owned by the caller of the function.  bytes- 
            
Type:
GBytesData blob.
The data is owned by the caller of the function.