From 9ce2b05198653697896c3f7c9271073789f90c51 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 8 Jul 2009 09:16:25 -0400 Subject: [PATCH] Window isn't a record, but really a typedef for uint32 Since it's used in the API as just "Window foo();", bindings will fail trying to take a by-value struct. --- gir/xlib-2.0.gir | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gir/xlib-2.0.gir b/gir/xlib-2.0.gir index 5ee0586..02f9874 100644 --- a/gir/xlib-2.0.gir +++ b/gir/xlib-2.0.gir @@ -3,6 +3,8 @@ xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0"> + + @@ -12,7 +14,6 @@ - -- 2.39.2