summaryrefslogtreecommitdiffstats
path: root/mono/doc/en/DBus.xml
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 16:20:12 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 16:20:12 +0000
commita929c9a3b465db8b7e17b9b39936c612c2621a7c (patch)
treed1764257d1bd56f8e6a044516ccfc9bc44f7f9f5 /mono/doc/en/DBus.xml
parent5efe8e7f1d97931710558495a951e0b35afbfb72 (diff)
* Remove all bindings
Diffstat (limited to 'mono/doc/en/DBus.xml')
-rw-r--r--mono/doc/en/DBus.xml34
1 files changed, 0 insertions, 34 deletions
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 @@
-<Namespace Name="DBus" FullName="DBus" FullNameSP="DBus" Maintainer="Mono">
- <Docs>
- <summary>D-BUS binding for .NET.</summary>
- <remarks>
- <para>
- D-BUS is a message bus system, a simple way for applications
- to talk to one another.
- </para>
- <para>
- 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.
- </para>
- <para>
- 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.
- </para>
- <para>
- The systemwide and per-user daemons are separate. Normal
- within-session IPC does not involve the systemwide message
- bus process and vice versa.
- </para>
- </remarks>
- </Docs>
-</Namespace>