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.
>
> 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> wrote:
>> 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 function pointer typedefs are WRONG! EFL naming conventions require 
>> all
>> callback typedefs to be in the format of 
>> $LIBRARY_$NAMESPACE_$CALLBACKNAME_CB.
>> A quick grep for "Func" in Elementary.h shows that someone, or lots of
>> someones, have been ignoring this and using their own random naming schemes,
>> and some are even worse than this.
>>
>> Those of you who have been breaking the rules probably know who you are, 
>> please
>> fix this so we don't have to deal with broken APIs like the poorly named
>> callback typedef Evas_Object_Box_Layout.
>> --
>> Mike Blumenkrantz
>> Zentific: Coding in binary since '10.
>>
>> ------------------------------------------------------------------------------
>> 10 Tips for Better Web Security
>> Learn 10 ways to better secure your business today. Topics covered include:
>> Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
>> security Microsoft Exchange, secure Instant Messaging, and much more.
>> http://www.accelacomm.com/jaw/sfnl/114/51426210/
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to