Constructor
GtkSourceBuffernew
Declaration [src]
GtkSourceBuffer*
gtk_source_buffer_new (
  GtkTextTagTable* table
)
Parameters
- table
- 
            Type: GtkTextTagTableA GtkTextTagTable, orNULLto create a new one.The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GtkSourceBuffer
A new source buffer.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |