Main Gtk struct.
Contains the public fields of an Array.
gchar *data;
a pointer to the element data. The data may be moved as
elements are added to the GArray.
guint len;
the number of elements in the GArray not including the
possible terminating zero element.
Main Gtk struct. Contains the public fields of an Array. gchar *data; a pointer to the element data. The data may be moved as elements are added to the GArray. guint len; the number of elements in the GArray not including the possible terminating zero element.