Function
GtkTextTagTableForeach
since: 4.0
Description [src]
A function used with gtk_text_tag_table_foreach(),
to iterate over every GtkTextTag
inside a GtkTextTagTable
.
Available since: 4.0
Parameters
tag
-
Type:
GtkTextTag
The
GtkTextTag
The data is owned by the caller of the function. data
-
Type:
gpointer
Data passed to
gtk_text_tag_table_foreach()
The argument can be NULL
.The data is owned by the caller of the function.