6f32add9a7
FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
8 lines
372 B
Text
8 lines
372 B
Text
This 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.
|
|
|
|
WWW: http://www.ndesk.org/DBusSharp
|