append
Description:
Adds the given bytes to the end of the `GByteArray`.
The array will grow in size automatically if necessary.
Parameters:
| data |
the byte data to be added |
| array |
a byte array |
| len |
the number of bytes to add |
Returns:
|
The `GByteArray` |