Re: GTK+ app development: avahi service browsing and Gtk+ main loop problem

2014-06-17 Thread Chris Vine
On Wed, 18 Jun 2014 02:03:44 +0300 Andrei Macavei wrote: > On 17.06.2014 12:43, Chris Vine wrote: > > I do not know python particularly well but you probably first need > > to explain why you are running two main loops. Can't your program > > just use one, so that you can use the default main loo

Re: GTK+ app development: avahi service browsing and Gtk+ main loop problem

2014-06-17 Thread Andrei Macavei
On 17.06.2014 12:43, Chris Vine wrote: I do not know python particularly well but you probably first need to explain why you are running two main loops. Can't your program just use one, so that you can use the default main loop for both? Chris Hi, I haven't shown the full code of the Service

Re: GTK+ app development: avahi service browsing and Gtk+ main loop problem

2014-06-17 Thread Chris Vine
On Tue, 17 Jun 2014 10:51:21 +0300 Andrei Macavei wrote: > I am resending the code examples in plain text as the first message > contained some html part which made the code un-copy-paste-able. > > The problem description can be summarized as : when using gtk's main > loop ( Gtk.main() ) how to