
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 a deprecated glib-based shared library for applications using the glib interface to d-bus. new code should use gdbus, part of glib, instead.
see the dbus description for more information about d-bus in general.