
D-bus is a message bus, used for sending messages between applications. conceptually, it fits somewhere in between raw sockets and corba in terms of complexity.
this package provides development files for a deprecated glib-based d-bus library. new code should use gdbus, part of glib, instead.
see the dbus description for more information about d-bus in general.