From aa4124f992fa22ee0e4ebb0490b19abe9050599f Mon Sep 17 00:00:00 2001 From: Donald Cooley Date: Tue, 10 Dec 2013 17:42:03 +0700 Subject: libraries/dbus-sharp: Added (C# implementation of D-Bus). Signed-off-by: Willy Sudiarto Raharjo --- libraries/dbus-sharp/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/dbus-sharp/README (limited to 'libraries/dbus-sharp/README') diff --git a/libraries/dbus-sharp/README b/libraries/dbus-sharp/README new file mode 100644 index 0000000000000..98f48038fb4d9 --- /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. -- cgit v1.2.3