diff options
author | Pierre Cazenave <pwcazenave {at] gmail dot} com> | 2012-08-07 17:14:04 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-09 14:32:21 -0500 |
commit | 0200a0b548062d042251a13fe6e2a508d06e06d2 (patch) | |
tree | 147a3c234b52a681ebb0142e05feb8629440d771 /libraries/ndesk-dbus-glib/README | |
parent | e9eaa67e3051e229401af09731764028fddd4cc7 (diff) | |
download | slackbuilds-0200a0b548062d042251a13fe6e2a508d06e06d2.tar.gz |
libraries/ndesk-dbus-glib: Added (a C# implementation of dbus-glib)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/ndesk-dbus-glib/README')
-rw-r--r-- | libraries/ndesk-dbus-glib/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/ndesk-dbus-glib/README b/libraries/ndesk-dbus-glib/README new file mode 100644 index 0000000000..5111fa419b --- /dev/null +++ b/libraries/ndesk-dbus-glib/README @@ -0,0 +1,9 @@ +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. + +This requires Mono and ndesk-dbus. |