Function
GLibByteArrayremove_index
[−]
Description [src]
Removes the byte at the given index from a GByteArray
.
The following bytes are moved down one place.
[−]
Parameters
array
-
Type: An array of
guint8
A
GByteArray
.The data is owned by the caller of the function. index_
-
Type:
guint
The index of the byte to remove.