Re: GObject + signals + threads... i have a question

2006-10-11 Thread Tristan Van Berkom
Tomasz Jankowski wrote: > Hi! > > I have a problem and I need to know such thing to solve it: > Let say, that we have a multi thread program with two threads: A and B. Now > in A thread we declare and create an new object based on GObject and connect > FOO signal to it. Later, in B thread we use t

GObject + signals + threads... i have a question

2006-10-11 Thread Tomasz Jankowski
Hi! I have a problem and I need to know such thing to solve it: Let say, that we have a multi thread program with two threads: A and B. Now in A thread we declare and create an new object based on GObject and connect FOO signal to it. Later, in B thread we use this object and for we try to emit FO