public void copy_clipboard (Gtk.Clipboard clipboard);
public unowned Gtk.TextChildAnchor create_child_anchor (Gtk.TextIter iter);
public unowned Gtk.TextMark create_mark (string? mark_name, Gtk.TextIter where, bool left_gravity);
- public unowned Gtk.TextTag create_tag (string tag_name, ...);
+ public unowned Gtk.TextTag create_tag (string? tag_name, ...);
public void cut_clipboard (Gtk.Clipboard clipboard, bool default_editable);
public void @delete (ref Gtk.TextIter start, ref Gtk.TextIter end);
public bool delete_interactive (ref Gtk.TextIter start_iter, ref Gtk.TextIter end_iter, bool default_editable);
GtkTextBuffer::remove_tag has_emitter="1"
GtkTextBuffer:text accessor_method="0"
gtk_text_buffer_create_mark.mark_name nullable="1"
+gtk_text_buffer_create_tag.tag_name nullable="1"
gtk_text_buffer_get_bounds.start is_out="1"
gtk_text_buffer_get_bounds.end is_out="1"
gtk_text_buffer_get_end_iter.iter is_out="1"