From 5f8e0953cf92464b884dca9bd9ee03e84f951e9d Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Thu, 10 Oct 2013 16:20:54 +0200 Subject: [PATCH] gtk: Use native function for GtkTextIter.Equals(GtkTextIter) As GtkTextIter has no public properties, the default generated Equals implementation would be "return true;". We now suppress that and with a fix-up now use the native gtk_text_iter_equal to implement the Equals method. --- gtk/Gtk.metadata | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index 8833b5412..cd04c62f3 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -35,9 +35,11 @@ false GtkTargetFlags 1 + true call out 1 + Equals call out 1