Mike, I took a look into gtkd sources, trying to make simple clutter bindings and found that gboolean is int (as expected), but in function declarations instead of gboolean int is used explicitly. Is it intended?