I would like to write a c-lambda for gtk_init:
http://developer.gnome.org/gtk/2.24/gtk-General.html#gtk-init
As far as I see I have to specify a Scheme notation identifier for each C type. Which would be the correct one for the ***argv argument? This is a pointer to mains **argv.
And the second problem is, how can I access the original argv? I think the command-line function returns a copy of the argv values.