]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtksourceview-3.0: update to latest git
authorEvan Nemerson <evan@nemerson.com>
Tue, 8 Apr 2014 19:16:36 +0000 (12:16 -0700)
committerEvan Nemerson <evan@nemerson.com>
Tue, 8 Apr 2014 19:16:36 +0000 (12:16 -0700)
vapi/gtksourceview-3.0.vapi

index d1f501bb6fd87e6f15d305655d9e9ec9b7aa603a..f082fed6fc1674b7854416a081a61ea6fe3f3217 100644 (file)
@@ -30,8 +30,8 @@ namespace Gtk {
                public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
                public unowned Gtk.SourceStyleScheme get_style_scheme ();
                public unowned Gtk.SourceUndoManager get_undo_manager ();
-               public bool iter_backward_to_context_class_toggle (Gtk.TextIter iter, string context_class);
-               public bool iter_forward_to_context_class_toggle (Gtk.TextIter iter, string context_class);
+               public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+               public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
                public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
                public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
                public void set_highlight_matching_brackets (bool highlight);