This package provides an extension to the Net::DBus
module allowing integration with the GLib mainloop. To integrate with the main loop, simply get a connection to the bus via the methods in Net::DBus::GLib
rather than the usual Net::DBus
module. Every other API remains the same.
Framework for writing D-Bus method handlers in Rust.
python-dbusmock allows for the easy creation of mock objects on D-Bus. This is useful for writing tests for software which talks to D-Bus services such as upower, systemd, logind, gnome-session or others, and it is hard (or impossible without root privileges) to set the state of the real services to what you expect in your tests.
dbus
is a library that implements native Go client bindings for the D-Bus message bus system.
Package dbus implements bindings to the D-Bus message bus system. Features:
complete native implementation of the D-Bus message protocol
go-like API (channels for signals / asynchronous method calls, Goroutine-safe connections)
subpackages that help with the introspection / property interfaces
dbus
is a library that implements native Go client bindings for the D-Bus message bus system.
Package dbus implements bindings to the D-Bus message bus system.