GNOME Bugzilla – Bug 630741
incorrect bindings for gtk_text_buffer_get_text and gedit_document_get_uri
Last modified: 2010-10-04 02:02:54 UTC
Created attachment 171221 [details] [review] Patch for resolving this bug Gtk.TextBuffer.get_text and Gedit.Document.get_uri should return strings, not unowned strings.
commit a95f05c42519bbd6ffd4fda1e274504b31dbb48b Author: Rob Powell <rob@yorba.org> Date: Sun Oct 3 19:00:00 2010 -0700 gtk+-2.0, gtk+-3.0: transfer ownership of TextBuffer.get_text return Fixes bug 630741. commit 01514df1541f290068febbe179695e22b5235c06 Author: Rob Powell <rob@yorba.org> Date: Sun Oct 3 18:59:08 2010 -0700 gedit-2.20: transfer ownership of Gedit.Document.get_uri return value Partially fixes bug 630741.