From: Evan Nemerson Date: Tue, 8 Apr 2014 19:16:36 +0000 (-0700) Subject: gtksourceview-3.0: update to latest git X-Git-Tag: 0.25.1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ca24ab47cf75c89b30856c5d4c9418c51531693;p=thirdparty%2Fvala.git gtksourceview-3.0: update to latest git --- diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi index d1f501bb6..f082fed6f 100644 --- a/vapi/gtksourceview-3.0.vapi +++ b/vapi/gtksourceview-3.0.vapi @@ -30,8 +30,8 @@ namespace Gtk { public GLib.SList 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);