Function

GtkTextTagTableForeach

Declaration

void
(* GtkTextTagTableForeach) (
  GtkTextTag* tag,
  gpointer data
)

Description

No description available.

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.