mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 22:11:19 +02:00
9 lines
439 B
Plaintext
9 lines
439 B
Plaintext
D-BUS supplies both a system daemon (for events such as "new hardware device
|
|
added" or "printer queue changed") and a per-user-login-session daemon (for
|
|
general IPC needs among user applications). Also, the message bus is built on
|
|
top of a general one-to-one message passing framework, which can be used by
|
|
any two apps to communicate directly (without going through the message bus
|
|
daemon).
|
|
|
|
WWW: http://www.freedesktop.org/Software/dbus
|