If you create a D-Bus binding, please add a section to the tutorial for your binding
D-Bus is a system for interprocess communication (IPC).
A library, libdbus, that allows two applications to connect to each other and exchange messages.
A message bus daemon executable, built on libdbus, that multiple applications can connect to.
The daemon can route messages from one application to zero or more other applications.
Wrapper libraries or bindings based on particular application frameworks. For example, libdbus-glib and libdbus-qt.