QueueG.foreac

Calls @func for each element in the queue passing @user_data to the function.

class QueueG
void
foreac

Parameters

func GFunc

the function to call for each element's data

userData void*

user data to pass to @func

Meta