Aw: Re: Calling async functions of NMClient from another thread

2021-10-12 Thread Luis Felipe via networkmanager-list
> Gesendet: Sonntag, den 10.10.2021 um 10:36 Uhr > Von: "Thomas Haller" > An: "Luis Felipe" , networkmanager-list@gnome.org > Betreff: Re: Calling async functions of NMClient from another thread > > On Sat, 2021-10-09 at 14:05 +0200, Luis Felipe via n

Re: Calling async functions of NMClient from another thread

2021-10-10 Thread Thomas Haller via networkmanager-list
On Sat, 2021-10-09 at 14:05 +0200, Luis Felipe via networkmanager-list wrote: > Hi all, > > it's my first post, so please apologize for any mistake. > > I have a trouble with NMClient (libnm) and threads in my C-application. > Here the scenario: > > - in the main thread, gmain-loop and NMClient

Calling async functions of NMClient from another thread

2021-10-09 Thread Luis Felipe via networkmanager-list
Hi all, it's my first post, so please apologize for any mistake. I have a trouble with NMClient (libnm) and threads in my C-application. Here the scenario: - in the main thread, gmain-loop and NMClient are created; here 'g_main_loop_run()' is called too - in a separated thread, a XML-RPC