From a929c9a3b465db8b7e17b9b39936c612c2621a7c Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 14 Jul 2006 16:20:12 +0000 Subject: * Remove all bindings --- mono/doc/en/DBus.xml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 mono/doc/en/DBus.xml (limited to 'mono/doc/en/DBus.xml') diff --git a/mono/doc/en/DBus.xml b/mono/doc/en/DBus.xml deleted file mode 100644 index 9d278014..00000000 --- a/mono/doc/en/DBus.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - D-BUS binding for .NET. - - - D-BUS is a message bus system, a simple way for applications - to talk to one another. - - - The message bus daemon forms the hub of a wheel. Each spoke - of the wheel is a one-to-one connection to an application - using libdbus. An application sends a message to the bus - daemon over its spoke, and the bus daemon forwards the - message to other connected applications as appropriate. Think - of the daemon as a router. - - - The bus daemon has multiple instances on a typical - computer. The first instance is a machine-global singleton, - that is, a system daemon similar to sendmail or Apache. This - instance has heavy security restrictions on what messages it - will accept, and is used for systemwide communication. The - other instances are created one per user login session. These - instances allow applications in the user's session to - communicate with one another. - - - The systemwide and per-user daemons are separate. Normal - within-session IPC does not involve the systemwide message - bus process and vice versa. - - - - -- cgit