[ CCode ( instance_pos = 2.9 ) ]
public delegate void TagForeachFunc (TagList list, string tag)
A function that will be called in @foreach.
The function may not modify the tag list.
list |
the TagList |
tag |
a name of a tag in |
user_data |
user data |