GLib.SList¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
data |
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 |
[ |
r/w |
contains the link to the next element in the list. |
Methods¶
class |
|
class |
|
Details¶
- class GLib.SList¶
The
GLib.SList
struct is used for each element in the singly-linked list.- classmethod push_allocator(allocator)[source]¶
- Parameters:
allocator (
GLib.Allocator
) –