summaryrefslogtreecommitdiffstats
path: root/libraries/ndesk-dbus-glib/README
diff options
context:
space:
mode:
author Donald Cooley2013-12-11 17:37:12 +0100
committer Erik Hanson2013-12-14 17:53:04 +0100
commit4dc32269fed0264717c2737b80e50f880f002d77 (patch)
treed9f0472a890d07f9de35065505aa6a119bb79a72 /libraries/ndesk-dbus-glib/README
parenteade82dd59b4dfb4a83479179ee8f0a56fa93453 (diff)
downloadslackbuilds-4dc32269fed0264717c2737b80e50f880f002d77.tar.gz
libraries/ndesk-dbus-glib: Removed (Replaced by dbus-sharp-glib).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ndesk-dbus-glib/README')
-rw-r--r--libraries/ndesk-dbus-glib/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/ndesk-dbus-glib/README b/libraries/ndesk-dbus-glib/README
deleted file mode 100644
index fa53bcc92c..0000000000
--- a/libraries/ndesk-dbus-glib/README
+++ /dev/null
@@ -1,7 +0,0 @@
-ndesk-dbus is a C# implementation of D-Bus. It's often referred to as
-dbus-sharp, or "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.