[CCode (cheader_filename = "gtksourceview/gtksourceview.h")]
public class SourceBuffer : Gtk.TextBuffer {
[CCode (has_construct_function = false)]
- public SourceBuffer (Gtk.TextTagTable table);
+ public SourceBuffer (Gtk.TextTagTable? table);
public bool backward_iter_to_source_mark (Gtk.TextIter iter, string category);
public void begin_not_undoable_action ();
public unowned Gtk.SourceMark create_source_mark (string name, string category, Gtk.TextIter where);
gtk_source_iter_forward_search.limit nullable="1"
GtkSourceBuffer::redo has_emitter="1"
GtkSourceBuffer::undo has_emitter="1"
+gtk_source_buffer_new.table nullable="1"
GtkSourceCompletion::hide has_emitter="1"
GtkSourceCompletion::show has_emitter="1"
GtkSourceCompletionProposal::changed has_emitter="1"