[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA-dev: [pcb] multiple hids in one .so
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
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev