>> 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
>
On Wed, Sep 2, 2009 at 4:47 PM, Mathieu
Taillefumier 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 file.
>
> the original c
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)
EAP
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