Method

GLib AsyncQueueremove

since: 2.46

Declaration [src]

gboolean
g_async_queue_remove(
GAsyncQueue*queue,
gpointeritem
)

Description [src]

Remove an item from the queue.

Available since: 2.46

Parameters

item

Type: gpointer

The 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.

AltStyle によって変換されたページ (->オリジナル) /