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.
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.