Re: [E-devel] ecore_dispatcher

2007-05-10 Thread The Rasterman
On Tue, 1 May 2007 15:41:33 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On 5/1/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I had to change my edje GUI from a thread. After some help here I found > > a way to do that with pipes. I've created some helper functi

Re: [E-devel] ecore_dispatcher

2007-05-05 Thread Andreas Volz
Am Tue, 1 May 2007 17:02:24 +0200 schrieb Andreas Volz: > Hello, > > I had to change my edje GUI from a thread. After some help here I > found a way to do that with pipes. I've created some helper functions > to easy dispatch an GUI update from a thread. Perhaps it's usefull > for anyone. Maybe t

Re: [E-devel] ecore_dispatcher

2007-05-01 Thread Gustavo Sverzut Barbieri
On 5/1/07, Andreas Volz <[EMAIL PROTECTED]> wrote: > Hello, > > I had to change my edje GUI from a thread. After some help here I found > a way to do that with pipes. I've created some helper functions to easy > dispatch an GUI update from a thread. Perhaps it's usefull for anyone. > Maybe this fun

[E-devel] ecore_dispatcher

2007-05-01 Thread Andreas Volz
Hello, I had to change my edje GUI from a thread. After some help here I found a way to do that with pipes. I've created some helper functions to easy dispatch an GUI update from a thread. Perhaps it's usefull for anyone. Maybe this functions or anything similar could be inserted in ecore for easi