Fixes bug 630741.
public unowned string get_slice (Gtk.TextIter start, Gtk.TextIter end, bool include_hidden_chars);
public void get_start_iter (out Gtk.TextIter iter);
public unowned Gtk.TextTagTable get_tag_table ();
- public unowned string get_text (Gtk.TextIter start, Gtk.TextIter end, bool include_hidden_chars);
+ public string get_text (Gtk.TextIter start, Gtk.TextIter end, bool include_hidden_chars);
public void insert (Gtk.TextIter iter, string text, int len);
public void insert_at_cursor (string text, int len);
public bool insert_interactive (Gtk.TextIter iter, string text, int len, bool default_editable);
public unowned string get_slice (Gtk.TextIter start, Gtk.TextIter end, bool include_hidden_chars);
public void get_start_iter (out Gtk.TextIter iter);
public unowned Gtk.TextTagTable get_tag_table ();
- public unowned string get_text (Gtk.TextIter start, Gtk.TextIter end, bool include_hidden_chars);
+ public string get_text (Gtk.TextIter start, Gtk.TextIter end, bool include_hidden_chars);
public void insert (Gtk.TextIter iter, string text, int len);
public void insert_at_cursor (string text, int len);
public bool insert_interactive (Gtk.TextIter iter, string text, int len, bool default_editable);
gtk_text_buffer_register_serialize_format.function transfer_ownership="1"
gtk_text_buffer_register_serialize_format.user_data_destroy hidden="1"
gtk_text_buffer_new.table nullable="1"
+gtk_text_buffer_get_text transfer_ownership="1"
GtkTextBufferDeserializeFunc.user_data hidden="1"
GtkTextBufferDeserializeFunc has_target="1"
GtkTextIter is_value_type="1"
gtk_text_buffer_register_serialize_format.function transfer_ownership="1"
gtk_text_buffer_register_serialize_format.user_data_destroy hidden="1"
gtk_text_buffer_new.table nullable="1"
+gtk_text_buffer_get_text transfer_ownership="1"
GtkTextBufferDeserializeFunc.user_data hidden="1"
GtkTextBufferDeserializeFunc has_target="1"
GtkTextIter is_value_type="1"