Queue.clearFull
void clearFull(glib.types.DestroyNotify freeFunc = null)Convenience method, which frees all the memory used by a #GQueue, and calls the provided free_func on each item in the #GQueue.
Parameters
freeFunc | the function to be called to free memory allocated |