GByteArray

Main Gtk struct. The GByteArray struct allows access to the public fields of a GByteArray. guint8 *data; a pointer to the element data. The data may be moved as elements are added to the GByteArray. guint len; the number of elements in the GByteArray.

struct GByteArray {}

Members

Variables

data
ubyte* data;
Undocumented in source.
len
uint len;
Undocumented in source.

Meta