On Sat, 05 Mar 2005 02:50:40 +0800 Stafford Horne <[EMAIL PROTECTED]> babbled: (B (B> Hi, (B> (B> I was just getting familiar with the e17 source. I added a patch for (B> the FIXME about checking the return value of e_module_init and a few (B> typos. I also added the shutdown onto the shutdown stack. Is there a (B> reason this wasn't done before? (B> (B> Also, about this fixme, (B> (B> /* FIXME: make save to delete within a callback */ (B> E_Before_Idler * (B> e_main_idler_before_add(int (*func) (void *data), void *data, int once) (B> (B> I assume its make safe to delete? and that would be make it safe to (B> delete idlers while their callbacks are being called? (B (Byeah "safe". right now if u delete a before idler while in the idler callback.. (Bbad things will happen - or in any of these callbacks for that matter (because (Bits busy walking the linked lists calling the callbacks one after the other. (Bremoving members from a list while walking can be deadly) :) (B (B (B-- (B------------- Codito, ergo sum - "I code, therefore I am" -------------- (BThe Rasterman (Carsten Haitzler) [EMAIL PROTECTED] $BMg9%B?(B [EMAIL PROTECTED] (BTokyo, Japan ($BEl5~(B $BF|K\(B) (B (B (B------------------------------------------------------- (BSF email is sponsored by - The IT Product Guide (BRead honest & candid reviews on hundreds of IT Products from real users. (BDiscover which products truly live up to the hype. Start reading now. (Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click (B_______________________________________________ (Benlightenment-devel mailing list ([email protected] (Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel
