Re: libsoupmm

Michael Nazzareno Trimarchi <[email protected]> Mon, 26 Apr 2021 08:24:14 +0200
Newsgroups gmane.comp.gnome.gtkmm
Message-ID <CAOf5uwk94kRgZJiDYExFP13aTM8rQtLE1G5xUMbUb5eF4CN_HQ@mail.gmail.com>
Hi all

some progress here

On Sat, Apr 24, 2021 at 2:58 PM Michael Nazzareno Trimarchi
<[email protected]> wrote:
>
> Hi all
>
> I'm working on a small demo application using gtkmm, gtkwebkit,
> libsoup and libjson.
> I'm trying to understand the status of:
> - libsoupmm
> and if there is any roadmap to have the gtkwebkit widget in gtkmm and
> json-glibmm.

I move to rapid json, move from sigc++ to signal2 from boost for event
processing.
This guarantee that signal that run on different thread are safe. Now I can drop
easily the libsoup and using boost for websocket and signal2. Need to check
the execution contexts of the slot connected

Michael

>
> My concern is to have a clean code where the life-cycle of the object
> are readable.
> I have checkout gitlab.gnome.org/Archive/libsoupmm.git but seems not
> used anymore
>
> Michael