Re: [e-users] [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-02 Thread Mathieu Taillefumier
Hello, Hope this and code examples are enough. Any doubts please post on the ML. It sounds perfectly clear to me especially with the example code. I will start to look at it and do necessary modifications later today. best Mathieu

Re: [e-users] [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-02 Thread Mathieu Taillefumier
Hello, As my previous message said I think I understand the changes to do but to be sure i would like to try with one example of my own. For this I take the function eina_array_init() for the eina_array.c file. the original code is this one (minus uninteresting details for the discussion)

Re: [e-users] [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-02 Thread Gustavo Sverzut Barbieri
On Wed, Sep 2, 2009 at 4:47 PM, Mathieu Taillefumiermathieu.taillefum...@free.fr wrote: Hello, As my previous message said I think I understand the changes to do but to be sure i would like to try with one example of my own. For this I take the function eina_array_init() for the eina_array.c

Re: [e-users] [E-devel] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-02 Thread Mathieu Taillefumier
Now what is the difference between EINA_LOG_ERR and EINA_LOG_DOM_ERR in this case. Would it be wise to create an individual logging domain for each module or can we stick to the central logging domain defined in eina_log_init() function. Now in the following example, i can not delete the