Constructor
Gtk.TextBuffer.new
Declaration [src]
GtkTextBuffer*
gtk_text_buffer_new (
  GtkTextTagTable* table
)
Parameters
| table | GtkTextTagTable | 
| a tag table, or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkTextBuffer | |
| a new text buffer | |
| Ownership of the data is transferred to the caller | |