Skip to content

GLib.SList

record (struct)

The SList struct is used for each element in the singly-linked list.

Static functions

pop_allocator

@staticmethod
def pop_allocator() -> None

:::warning Deprecated since 2.10 This API is deprecated. :::

push_allocator

@staticmethod
def push_allocator(allocator: Allocator) -> None

:::warning Deprecated since 2.10 This API is deprecated. :::

Properties

data

data: int  # read/write

next

next: list[int]  # read/write