void g_queue_foreach (GQueue * q, GFunc func, gpointer user_data)
Parameters:
The queue.
The function to call with each element.
Additional data to pass to func.