Method

Gtk.TextBuffer.get_tag_table

Declaration [src]

GtkTextTagTable*
gtk_text_buffer_get_tag_table (
  GtkTextBuffer* buffer
)

Description [src]

Get the GtkTextTagTable associated with this buffer.

Return value

Returns: GtkTextTagTable

the buffer’s tag table

Ownership is not transferred to the caller