Method
GLib Queueremove_all
since: 2.4
Declaration [src]
guint
g_queue_remove_all(
GQueue*queue,
gconstpointerdata
)
Parameters
data-
Type:
gconstpointerThe data to remove.
The argument can beNULL.The data is owned by the caller of the method.
Return value
Type: guint
The number of elements removed from queue.