summaryrefslogtreecommitdiffstats
path: root/libraries/dbus-sharp/README
diff options
context:
space:
mode:
author Donald Cooley2013-12-10 11:42:03 +0100
committer Erik Hanson2013-12-14 17:53:03 +0100
commitaa4124f992fa22ee0e4ebb0490b19abe9050599f (patch)
treede1e459249d4f1417ff508170b152921707464ab /libraries/dbus-sharp/README
parentea3f6754cfa93f3457cbc686670c59d24638d7a4 (diff)
downloadslackbuilds-aa4124f992fa22ee0e4ebb0490b19abe9050599f.tar.gz
libraries/dbus-sharp: Added (C# implementation of D-Bus).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/dbus-sharp/README')
-rw-r--r--libraries/dbus-sharp/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/dbus-sharp/README b/libraries/dbus-sharp/README
new file mode 100644
index 0000000000..98f48038fb
--- /dev/null
+++ b/libraries/dbus-sharp/README
@@ -0,0 +1,7 @@
+This is a fork of ndesk-dbus, which is a C# implementation of D-Bus.
+It's often referred to as "managed D-Bus" to avoid confusion with
+existing bindings (which wrap libdbus).
+
+D-Bus is an inter-process communication framework that lets applications
+interface with the system event bus as well as allowing them to talk to
+one another in a peer-to-peer configuration.