:right-sidebar: True Array =================================================================== .. currentmodule:: gi.repository.GLib .. class:: Array(*args, **kwargs) :no-contents-entry: Contains the public fields of a GArray. Fields ------ .. rst-class:: interim-class .. class:: Array :no-index: .. attribute:: data A pointer to the element data. The data may be moved as elements are added to the ``GArray``. .. attribute:: len The number of elements in the ``GArray`` not including the possible terminating zero element.