file: closure.gtk
line: 27
GCCLOSURE = newClass("cclosure")
generate de following error:
Invalid Class declaration - cclosure
I searched the API for a g_cclosure_get_type and didn't find anything.
using depends.exe (an utility that shows dll exported functions) I didn't find g_cclosure_get_type in
ligblig.dll or libgobject.dll
Jacques Deschênes