gtk-d v3.8.3 (2018-05-28T20:50:39Z)
Home
Dub
Repo
QueueG.pushHead
glib
QueueG
QueueG
Adds a new element at the head of the queue.
class
QueueG
void
pushHead
(
void
*
data
)
Parameters
data
void
*
the data for the new element.
Meta
Source
See Implementation
glib
QueueG
QueueG
constructors
this
destructors
~this
functions
clear
copy
deleteLink
find
findCustom
foreac
free
freeFull
getLength
getQueueGStruct
getStruct
index
init
insertAfter
insertBefore
insertSorted
isEmpty
linkIndex
peekHead
peekHeadLink
peekNth
peekNthLink
peekTail
peekTailLink
popHead
popHeadLink
popNth
popNthLink
popTail
popTailLink
pushHead
pushHeadLink
pushNth
pushNthLink
pushTail
pushTailLink
remove
removeAll
reverse
sort
unlink
variables
gQueue
ownedRef
Adds a new element at the head of the queue.