On Nov 21, 2019, at 19:13, Fred Kiefer <[email protected]> wrote: > > >> Am 21.11.2019 um 12:43 schrieb Sergii Stoian <[email protected]>: >> >> UDisks and PulseAudion is all about D-Bus (communication, events), GLib (run >> loop, types, data structures). The harderst part for me was to adopt GLib >> run loop into NSRunLoop runnig application code. >> If I was using GTK+ - there will be no problem, it's already there and looks >> natual. >> > > Just wanted to remind you that there is DBusKit in GNUstep > (https://github.com/gnustep/libs-dbuskit). Like the rest of GNUstep it is > getting a bit old now, but should still be a working Objective-C integration > level for D-Bus. I still think this was the best Google Summer of Code > project we ever had.
Yes, thanks. I know about DBusKit. I’ve already played with DBusKit to communicate with NetworkManager for network preferences module. It’s usable and has a very interesting implementation.
