go
AsyncQueue.remove
glib
AsyncQueue
AsyncQueue
Remove an item from the queue.
class
AsyncQueue
bool
remove
(
void
*
item
)
Parameters
item
void
*
the data to remove from the
queue
Return Value
Type:
bool
TRUE
if the item was removed
Meta
Since
2.46
glib
AsyncQueue
AsyncQueue
constructors
this
functions
getAsyncQueueStruct
getStruct
length
lengthUnlocked
lock
pop
popUnlocked
push
pushFront
pushFrontUnlocked
pushSorted
pushSortedUnlocked
pushUnlocked
refUnlocked
ref_
remove
removeUnlocked
sort
sortUnlocked
timedPop
timedPopUnlocked
timeoutPop
timeoutPopUnlocked
tryPop
tryPopUnlocked
unlock
unref
unrefAndUnlock
variables
gAsyncQueue
Remove an item from the queue.