Joshua N Pritikin <[EMAIL PROTECTED]> writes: > >OK. Does anyone oppose changing the C callback from: > >(* (void(*)(void*,pe_event*)) ev->callback)(ev->ext_data, ev); > >To: > >(* (void(*)(pe_event*,void*)) ev->callback)(ev, ev->ext_data); > >? I prefer the latter - it makes it more method-call-like. -- Nick Ing-Simmons
- Re: Tutorial: adapted API parts Joshua N Pritikin
- Re: C callback Nick Ing-Simmons
- Re: C callback Joshua N Pritikin
- Re: C callback Jochen Stenzel
- Re: Tutorial: adapted API parts Brian Ingerson
