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
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