Gst.AtomicQueue.prototype.pop
function pop():gpointer { // Gjs wrapper for gst_atomic_queue_pop() }
Get the head element of the queue.
- Returns
the head element of queue or NULL when the queue is empty.
function pop():gpointer { // Gjs wrapper for gst_atomic_queue_pop() }
Get the head element of the queue.
the head element of queue or NULL when the queue is empty.