remove_index


Description:

public void remove_index (uint index)

Removes the byte at the given index from a `GByteArray`.

The following bytes are moved down one place.

Parameters:

array

a byte array

index_

the index of the byte to remove

Returns:

The `GByteArray`