Open
Description
Hi,
I am just playing/exploring, but I love this library!
A question came up when I was trying to do a minimal hello world example with gtk+.
How would we represent foreign enums, like GTK_WINDOW_TOPLEVEL?
I know I can pass an int corresponding to the value of the enum, but I'm interested in the more idomatic, correct way to do this in pffi. Thanks!