From 21bfaa7a9d84218e01529a7b9af28085f6e68306 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 12 Jun 2011 20:12:08 +0200 Subject: [PATCH] gtk: Mark the Cairo.Context in Widget.Drawn as owned We shouldn't increase the reference count on the native cairo context when we get it as a signal parameter, so we mark it as owned. --- gtk/Gtk.metadata | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index 0f12e17f7..17d74d1f9 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -836,6 +836,7 @@ 1 Drawn true + true WidgetEvent event WidgetEventAfter