GLib.SList¶
Fields¶
| Name | Type | Access | Description |
|---|---|---|---|
| data | object |
r/w | holds the element’s data, which can be a pointer to any kind of data, or any integer value using the Type Conversion Macros |
| next | [object] |
r/w | contains the link to the next element in the list. |
Methods¶
None
Details¶
-
class
GLib.SList¶ The
GLib.SListstruct is used for each element in the singly-linked list.