API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.4
gboolean g_queue_remove ( GQueue* queue, gconstpointer data )
Removes the first element in queue that contains data.
queue
data
Available since: 2.4
Type: gconstpointer
gconstpointer
The data to remove.
NULL
Type: gboolean
gboolean
TRUE if data was found and removed from queue.
TRUE