Window isn't a record, but really a typedef for uint32
authorColin Walters <walters@verbum.org>
Wed, 8 Jul 2009 13:16:25 +0000 (09:16 -0400)
committerColin Walters <walters@verbum.org>
Wed, 8 Jul 2009 13:16:25 +0000 (09:16 -0400)
commit9ce2b05198653697896c3f7c9271073789f90c51
treee6e2b4c137b168dd72bcb10f2bad6e3836d42b1f
parent34764718bcbee470091ac00ca7e4eaad79a82418
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