gEDA-dev: [pcb] multiple hids in one .so

Igor2 igor2 at inno.bme.hu
Sun Oct 1 14:20:40 EDT 2006


Hi,

For the scriptable plugin HID I'm working on, it's a required feature to
be able to register multiple HIDs from the same .so file. However, when my
general function get_exporter_options() is called back, I have no chance
to find out which HID triggered the request. It would be nice if this
function could have the HID * or even better if a cookie. Like the HID
structure could contain a void *cookie field which is NULL in case of
normal/current HIDS but I could fill it in when creating dynamic HIDs and
use it from callbacks like get_exporter_options().

Regards,

Igor2



More information about the geda-dev mailing list