[vala] gtksourceview-2.0: Make argument to gtk_source_buffer_new nullable



commit 859d63dedffa54c64be5354d21dd494c07205ffa
Author: Evan Nemerson <evan coeus-group com>
Date:   Mon Jul 19 01:19:15 2010 -0700

    gtksourceview-2.0: Make argument to gtk_source_buffer_new nullable
    
    Fixes bug 623517.

 vapi/gtksourceview-2.0.vapi                        |    2 +-
 .../gtksourceview-2.0/gtksourceview-2.0.metadata   |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gtksourceview-2.0.vapi b/vapi/gtksourceview-2.0.vapi
index 1e6f70c..3d3da82 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 f2c59a2..5fb2fa9 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]