Method

GtkTextTagTablelookup

Declaration [src]

GtkTextTag*
gtk_text_tag_table_lookup (
  GtkTextTagTable* table,
  const gchar* name
)

Description [src]

Look up a named tag.

Parameters

name

Type: const gchar*

Name of a tag.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GtkTextTag

The tag, or NULL if none by that name is in the table.

The returned data is owned by the instance.
The return value can be NULL.