GLib.List

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

prev

[object]

r/w

contains the link to the previous element in the list

Methods

class

pop_allocator ()

class

push_allocator (allocator)

Details

class GLib.List

The GLib.List struct is used for each element in a doubly-linked list.

classmethod pop_allocator()[source]
classmethod push_allocator(allocator)[source]
Parameters:

allocator (GLib.Allocator) –