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