Signal

GtkTextTagTable::tag-added

since: 3.0

Declaration

void
tag_added (
  GtkTextTagTable* self,
  GtkTextTag* tag,
  gpointer user_data
)

Description

No description available.
Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

tag

Type: GtkTextTag

The added tag.

The data is owned by the caller of the function.