src/vapi/gtksourceview-5.vapi
authorAlan Knowles <alan@roojs.com>
Sun, 25 Feb 2024 08:42:44 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 25 Feb 2024 08:42:44 +0000 (16:42 +0800)
src/vapi/gtksourceview-5.vapi

index 51f0b9b..872b71e 100644 (file)
@@ -347,7 +347,7 @@ namespace GtkSource {
                protected HoverContext ();
                public bool get_bounds (out Gtk.TextIter begin, out Gtk.TextIter end);
                public unowned GtkSource.Buffer get_buffer ();
-               public bool get_iter (Gtk.TextIter iter);
+               public bool get_iter (out Gtk.TextIter iter);
                public unowned GtkSource.View get_view ();
        }
        [CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_hover_display_get_type ()")]