GLib.Array - Structures - GLib 2.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
data | str | r/w | a pointer to the element data. The data may be moved as elements are added to the GLib.Array. |
len | int | r/w | the number of elements in the GLib.Array not including the possible terminating zero element. |
Methods¶
None
Details¶
class GLib.Array¶
Contains the public fields of a GLib.Array.