Listening to a remote object's signals using the low-level API?

Simon McVittie smcv at collabora.com
Tue Apr 7 12:11:42 UTC 2020


On Mon, 06 Apr 2020 at 17:26:00 -0500, Sean Haugh wrote:
> I am trying to listen to a remote object's signals using the low-level API.

Whose low-level API?

Options include the reference implementation of D-Bus (libdbus);
systemd's reimplementation (sd-bus), which is fairly low-level; GLib's
reimplementation (GDBus), which offers both high- and low-level APIs; and
various bindings into non-C languages, some of which offer both high- and
low-level APIs (for example dbus-python has both).

    smcv


More information about the dbus mailing list