]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix GtkTextBuffer:text binding
authorJürg Billeter <j@bitron.ch>
Mon, 25 May 2009 08:50:30 +0000 (10:50 +0200)
committerJürg Billeter <j@bitron.ch>
Mon, 25 May 2009 08:50:30 +0000 (10:50 +0200)
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index dad6e9e961d2500c8b8484d51481a011ef1fa7c9..87da88be626c93948692fe396d49122460910b56 100644 (file)
@@ -3999,7 +3999,8 @@ namespace Gtk {
                public bool has_selection { get; }
                public Gtk.TargetList paste_target_list { get; }
                public Gtk.TextTagTable tag_table { get; construct; }
-               public string text { get; set; }
+               [NoAccessorMethod]
+               public string text { owned get; set; }
                [HasEmitter]
                public virtual signal void apply_tag (Gtk.TextTag tag, Gtk.TextIter start_char, Gtk.TextIter end_char);
                [HasEmitter]
index 49537fc513a9ac5dd184b769f63172b57b643e5d..9f59f8195bca146f552e8521bd911c0841360976 100644 (file)
@@ -354,6 +354,7 @@ GtkTextBuffer::end_user_action has_emitter="1"
 GtkTextBuffer::insert_child_anchor has_emitter="1"
 GtkTextBuffer::insert_pixbuf has_emitter="1"
 GtkTextBuffer::remove_tag has_emitter="1"
+GtkTextBuffer:text accessor_method="0"
 gtk_text_buffer_create_mark.mark_name nullable="1"
 gtk_text_buffer_get_bounds.start is_out="1"
 gtk_text_buffer_get_bounds.end is_out="1"