easy-dbuspp
Razvan Cojocaru <[email protected]> Thu, 26 Sep 2024 21:30:04 +0300
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <[email protected]> |
Hi, I've tried to write a modern C++ D-Bus binding (deduce all needed information for introspection from regular lambdas, hide as much of the D-Bus machinery as possible, and so on) over gdbus here: https://github.com/rzvncj/easy-dbuspp Hopefully that's helpful to other C++ developers as well. Please feel free to poke me on the project page if you find the project useful. Thanks!