TextTagTable.foreach_

Calls @func on each tag in @table, with user data @data. Note that the table may not be modified while iterating over it (you can’t add/remove tags).

class TextTagTable
void
foreach_
(
GtkTextTagTableForeach func
,
void* data
)

Parameters

func GtkTextTagTableForeach

a function to call on each tag

data void*

user data

Meta