API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.4
GList* g_queue_find ( GQueue* queue, gconstpointer data )
Finds the first link in queue which contains data.
queue
data
Available since: 2.4
This method is not directly available to language bindings.
Type: gconstpointer
gconstpointer
Data to find.
NULL
Type: A list of gpointer
gpointer
The first link in queue which contains data.