Function
GLibByteArrayremove_range
since: 2.4
Declaration [src]
GByteArray*
g_byte_array_remove_range (
  GByteArray* array,
  guint index_,
  guint length
)
Description [src]
Removes the given number of bytes starting at the given index from a
GByteArray.  The following elements are moved to close the gap.
Available since: 2.4