]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtksourceview-2.0: Make argument to gtk_source_buffer_new nullable
authorEvan Nemerson <evan@coeus-group.com>
Mon, 19 Jul 2010 08:19:15 +0000 (01:19 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 19 Jul 2010 08:19:15 +0000 (01:19 -0700)
Fixes bug 623517.

vapi/gtksourceview-2.0.vapi
vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata

index 1e6f70c1938ab88634d2943ca33c6f0842340c12..3d3da821fe879cdb4a4d687dbf9ac79b4f8138df 100644 (file)
@@ -5,7 +5,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtksourceview/gtksourceview.h")]
        public class SourceBuffer : Gtk.TextBuffer {
                [CCode (has_construct_function = false)]
-               public SourceBuffer (Gtk.TextTagTable table);
+               public SourceBuffer (Gtk.TextTagTable? table);
                public bool backward_iter_to_source_mark (Gtk.TextIter iter, string category);
                public void begin_not_undoable_action ();
                public unowned Gtk.SourceMark create_source_mark (string name, string category, Gtk.TextIter where);
index f2c59a2053edc7ab202b84e73fc9d46820204643..5fb2fa99e19f703d45493160da32b1826197d7c7 100644 (file)
@@ -9,6 +9,7 @@ gtk_source_iter_forward_search.match_end is_out="1"
 gtk_source_iter_forward_search.limit nullable="1"
 GtkSourceBuffer::redo has_emitter="1"
 GtkSourceBuffer::undo has_emitter="1"
+gtk_source_buffer_new.table nullable="1"
 GtkSourceCompletion::hide has_emitter="1"
 GtkSourceCompletion::show has_emitter="1"
 GtkSourceCompletionProposal::changed has_emitter="1"