Difference between revisions of "D-BUS"

From CBLFS
Jump to navigationJump to search
 
(Introduction to D-BUS)
Line 1: Line 1:
 
== Introduction to D-BUS ==
 
== Introduction to D-BUS ==
  
D-BUS is a message bus system, a simple way for applications to talk to one another. 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 applications to communicate directly (without going through the message bus daemon).
+
<Package Description Needed>
  
 
== Sections of D-BUS ==
 
== Sections of D-BUS ==

Revision as of 23:07, 11 January 2007

Introduction to D-BUS

<Package Description Needed>

Sections of D-BUS