On Fri, Mar 13, 2009 at 8:43 AM, Vincent Torri <[email protected]> wrote: > > > On Fri, 13 Mar 2009, Enlightenment SVN wrote: > >> +EAPI unsigned int eina_inlist_count(const Eina_Inlist *list) >> EINA_WARN_UNUSED_RESULT; > > i think that the api must mention the action, that is, the function name > should be: > > eina_inlist_count_get()
the action is to count number of existing elements. (in inlist it's even O(n), so real counting! :-( ) > like all the access methods in the efl eina_list_count() ;-) -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
