Function
GLibByteArrayremove_index
Declaration [src]
GByteArray*
g_byte_array_remove_index (
GByteArray* array,
guint index_
)
Description [src]
Removes the byte at the given index from a GByteArray
.
The following bytes are moved down one place.