Method
GLibQueueinsert_before_link
Description
Inserts link_
into queue
before sibling
.
sibling
must be part of queue
.
Available since: | 2.62 |
This method is not directly available to language bindings. |
Parameters
sibling
-
Type: A list of
gpointer
A
GList
link that must be part ofqueue
, orNULL
to push at the tail of the queue.The argument can be NULL
.The data is owned by the caller of the function. link_
-
Type: A list of
gpointer
A
GList
link to insert which must not be part of any other list.The data is owned by the caller of the function.