Ring.foreach_

Calls @func for every item in the #DzlRing starting from the most recently inserted element to the least recently inserted.

class Ring
void
foreach_
(
GFunc func
,
void* userData
)

Parameters

func
Type: GFunc

A #GFunc to call for each element.

userData
Type: void*

user data for @func.

Meta