Method
GLib AsyncQueueremove
since: 2.46
Declaration [src]
gboolean
g_async_queue_remove(
GAsyncQueue*queue,
gpointeritem
)
Parameters
item-
Type:
gpointerThe data to remove from the
queue.The data is owned by the caller of the method.
Return value
Type: gboolean
TRUE if the item was removed.