Re: [E-devel] elm and function typedefs

2011-08-09 Thread Daniel Juyung Seo
Done in genlist/gengrid. http://trac.enlightenment.org/e/changeset/62272 Thanks. Daniel Juyung Seo (SeoZ) On Fri, Jul 22, 2011 at 8:17 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: +1 The first one is trivial. The second one needs more attention because this will break many applications.

Re: [E-devel] elm and function typedefs

2011-07-22 Thread Daniel Juyung Seo
+1 The first one is trivial. The second one needs more attention because this will break many applications. But I fully agree with your refactoring suggestion. We will do this gradually. Thanks. Daniel Juyung Seo (SeoZ) On Fri, Jul 22, 2011 at 1:25 PM, Mike Blumenkrantz m...@zentific.com

[E-devel] elm and function typedefs

2011-07-21 Thread Mike Blumenkrantz
I've been going through the elm header a bit today, and a couple things stood out: 1) Lots of function pointers do not have/use typedefs. Examples include, but are not limited to, pretty much everything in elm_entry, a bunch of generic elm_object functions, and some elm_box stuff. 2) MOST