gtk-d ~gtk4 (2021-12-20T08:37:41.4817885)
Dub
Repo
QueueArray.pushTail
gst
base
QueueArray
QueueArray
Pushes @data to the tail of the queue @array.
class
QueueArray
void
pushTail
(
void
*
data
)
Parameters
data
void
*
object to push
Meta
Since
1.2
Source
See Implementation
gst
base
QueueArray
QueueArray
constructors
this
destructors
~this
functions
clear
dropElement
dropStruct
find
free
getLength
getQueueArrayStruct
getStruct
isEmpty
peekHead
peekHeadStruct
peekNth
peekNthStruct
peekTail
peekTailStruct
popHead
popHeadStruct
popTail
popTailStruct
pushTail
pushTailStruct
setClearFunc
variables
gstQueueArray
ownedRef
Pushes @data to the tail of the queue @array.