Hi Patrick,
El dom, 29-01-2006 a las 01:03 +0100, Patrick Bernaud escribió:
[snip]
> > [...] but my knowledge about C interfacing to scheme
> > is limited, so I have some doubts...
>
> Just to make things clear, have you previously created the hook with
> scm_make_hook() and correct arity? (see existing hook creations in
> gschem/g_register.nw).
Yes, but using scm_create_hook, as add_component_hook and others:
add_pin_hook = scm_create_hook ("add-pin-hook", 1);
The hook is called when I place a pin. This is a thing I could test.
Regards,
Carlos