QueueG.foreac

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

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