summaryrefslogtreecommitdiffstats
path: root/libraries/dbus-sharp-glib/README
diff options
context:
space:
mode:
author Donald Cooley <dfc@warpmail.net>2013-12-11 23:34:12 +0700
committer Erik Hanson <erik@slackbuilds.org>2013-12-14 10:53:04 -0600
commit25fbe12212e2850597cb9e150e5a397f83c7ad4a (patch)
tree57a503bd9c2e1fea91217466ac275517e0b0623b /libraries/dbus-sharp-glib/README
parentaa4124f992fa22ee0e4ebb0490b19abe9050599f (diff)
downloadslackbuilds-25fbe12212e2850597cb9e150e5a397f83c7ad4a.tar.gz
slackbuilds-25fbe12212e2850597cb9e150e5a397f83c7ad4a.tar.xz
libraries/dbus-sharp-glib: Added (a C# implementation of dbus-glib).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/dbus-sharp-glib/README')
-rw-r--r--libraries/dbus-sharp-glib/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/dbus-sharp-glib/README b/libraries/dbus-sharp-glib/README
new file mode 100644
index 0000000000..92628a2f73
--- /dev/null
+++ b/libraries/dbus-sharp-glib/README
@@ -0,0 +1,6 @@
+This is a fork of ndesk-dbus-glib, which provides GLib main loop integration
+for Managed D-Bus.
+
+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.