Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-28 Thread ChunEon Park
- From: Cedric BAILmoa.blueb...@gmail.com To: e-develenlightenment-devel@lists.sourceforge.net; Cc: g...@lists.enlightenment.org; Sent: 2015-03-25 (수) 23:11:31 Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check. Eo is tricky here and not obvious. You need to use

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-25 Thread Cedric BAIL
Eo is tricky here and not obvious. You need to use eo_isa in fact as data scope can return invalid pointer different from null... Le 24 mars 2015 22:45, ChunEon Park her...@hermet.pe.kr a écrit : hermet pushed a commit to branch master.

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null check.

2015-03-25 Thread Tom Hacohen
On 25/03/15 14:11, Cedric BAIL wrote: Eo is tricky here and not obvious. You need to use eo_isa in fact as data scope can return invalid pointer different from null... It's significantly slower to check that. There's actually a define that that lets you enable that kind of checking. However,