Function
GLibByteArrayappend
Declaration [src]
GByteArray*
g_byte_array_append (
GByteArray* array,
const guint8* data,
guint len
)
Description [src]
Adds the given bytes to the end of the GByteArray
.
The array will grow in size automatically if necessary.