This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Sam O'Connor
The GOTE converter (GTK+ Objects To Eiffel converter) automaticaly generates external C access features for Eiffel. It works by analysing C header files and generating corresponding Eiffel code, no human intervention is required.
For GTK it generates Eiffel classes corresponding to the GTK classes complete with mirrored inheritance structure, polymorphism and type conversion. For vanila C code, wrappers are generated for enums, function prototypes and structs (read/write/create).