refresh second pass
Dave Peticolas
dave@krondo.com
Fri, 01 Dec 2000 13:24:10 -0800
James LewisMoss writes:
> Dave> *
> Dave> * entity: the GUID of the entity generating the event
> Dave> * event_type: the type of event -- this should be one of the
> Dave> * GNCEngineEventType values, not a combination.
> Dave> */
> Dave> void gnc_engine_generate_event (GUID *entity,
> Dave> GNCEngineEventType event_type);
>
> This spot looks like the break between the two headers. Correct?
Yes, correct.
>
> There can be multiple instances of a widget with COMPONENT_CLASS, but
> only the first?/last?/one is returned here. Maybe should return a
> list?
>
> Maybe include a second arg here "const char *component_class" that if
> non null would allow you to iterate over a particular component class?
Good points, done.
dave