quitting the mainloop.
Till Wimmer
g4-lisz at tonarchiv.ch
Thu May 7 05:32:39 PDT 2009
Heston James schrieb:
>
> I would expect that 'if' block to be processed at all after the
> mainloop has been killed. Am I doing something wrong? Need I do more
> to ensure the application exits properly?
>
> Thanks for your advice everyone, I appreciate it.
Hi Heston,
i'm not a Python programmer... but IMHO quitting the main loop doesn't
mean quitting the whole application - it just quitts the thread running
the main loop in the background. That's why your if statement is reached
in any case.
Regards,
Till
More information about the dbus
mailing list