@foreach


Description:

public void @foreach (TextTagTableForeach func)

Calls func on each tag in this, with user data data.

Note that the table may not be modified while iterating over it (you can’t add/remove tags).

Parameters:

this

a `GtkTextTagTable`

func

a function to call on each tag

data

user data