From: Evan Nemerson Date: Mon, 19 Jul 2010 08:19:15 +0000 (-0700) Subject: gtksourceview-2.0: Make argument to gtk_source_buffer_new nullable X-Git-Tag: 0.9.4~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859d63dedffa54c64be5354d21dd494c07205ffa;p=thirdparty%2Fvala.git gtksourceview-2.0: Make argument to gtk_source_buffer_new nullable Fixes bug 623517. --- diff --git a/vapi/gtksourceview-2.0.vapi b/vapi/gtksourceview-2.0.vapi index 1e6f70c19..3d3da821f 100644 --- a/vapi/gtksourceview-2.0.vapi +++ b/vapi/gtksourceview-2.0.vapi @@ -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); diff --git a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata index f2c59a205..5fb2fa99e 100644 --- a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata +++ b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata @@ -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"