Method

GtkTextBufferget_tag_table

Declaration [src]

GtkTextTagTable*
gtk_text_buffer_get_tag_table (
  GtkTextBuffer* buffer
)

Description [src]

Get the GtkTextTagTable associated with this buffer.

Return value

Type: GtkTextTagTable

The buffer’s tag table.

The returned data is owned by the instance.