Thanks for the review !

On Thu, Jul 16, 2009 at 9:05 AM, Vincent Torri<[email protected]> wrote:
>  * eina_accessor : better name for eina_accessor_over() ? (_foreach like
>                    like eina_iterator ?)

Hum, we already have a EINA_ACCESSOR_FOREACH macro, it will perhaps
create some confusion, but despite that I don't mind changing this
one.

<snip good>

>  * eina_hash : good (put the declaration of eina_hash_djb2_len()
>                in the header)

DONE

<snip good>

>  * eina_module : eina_module_list_delete() renamed to
>                  eina_module_list_flush()

Will do.

>  * eina_rbtree : eina_rbtree_delete() renamed to eina_rbtree_free()) ? Or
>                  like eina_accessor : eina_rbtree_over() ? Or _foreach ?

Don't like to call it free, as rbtree is an inlined data type, Eina
doesn't control it's allocation/destruction, but just provide helper
to do so. And in fact eina_rbtree_delete is just a postfix iterator
(without the cost of the iterator and the possibility to destroy the
tree without reequilibration).

>  * eina_rectangle : eina_spans_intersect() is not in the good namespace,
>                     otherwise, I don't know if eina_rectangle module is
>                     really finished.

I don't think we use eina_spans_intersect yet (It could be used in
Evas), so we can rename it. No idea for the rename, perhaps Turran can
comment on it.

<snip good>

>  * eina_stringshare : good (put the declaration of
>                       eina_stringshare_replace() in the header)

DONE

<snip good>

-- 
Cedric BAIL

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to