]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Gtk.TextBuffer.create_tag should allow null tag name
authorRobert Ancell <robert.ancell@canonical.com>
Sat, 15 Sep 2012 06:48:43 +0000 (18:48 +1200)
committerJürg Billeter <j@bitron.ch>
Sun, 16 Sep 2012 17:46:14 +0000 (19:46 +0200)
Fixes bug 684069.

vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 017eb8cf4e6498a0c30fb37875abb1511365b000..aba5a11b249a0a911d4882de6c351a1faec31d18 100644 (file)
@@ -4450,7 +4450,7 @@ namespace Gtk {
                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);
index d4519dddc57b5d65967fa1c17b103d194ebe196d..9bde999d2d473967ebb79727c57bc8f39fec209d 100644 (file)
@@ -764,6 +764,7 @@ GtkTextBuffer::insert_text.pos is_ref="1"
 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"