GNOME Bugzilla – Bug 361091
Use the managed dbus
Last modified: 2006-10-11 07:30:27 UTC
This bug to track the switch to the managed dbus implementation (http://www.ndesk.org/DBusSharp)
Created attachment 74387 [details] [review] a ticket for the bus the first 250 lines of the patch are the real modifications. The other 5000+ lines are just a copy/paste of dbus-shaap 0.1 in the buildchain From the Changelog: * configure.in: * Makefile.am: * dbus-sharp/*: * dbus-sharp-glib/*: Add dbus-sharp and dbus-sharp-glib 0.1 in the buildchain. Remove the dependency on the old dbus implementation. * src/Makefile.am: * src/Core.cs; * src/main.cs: use the new bindings.
Created attachment 74405 [details] [review] same bus, another ticket reworked a bit with the help from Alp Toker From the Changelog: * configure.in: * Makefile.am: * dbus-sharp/*: * dbus-sharp-glib/*: Add dbus-sharp and dbus-sharp-glib 0.1 in the buildchain. Remove the dependency on the old dbus implementation. * src/Makefile.am: * src/Core.cs; * src/main.cs: use the new bindings.
Created attachment 74413 [details] [review] Use the Bus, Luke Removed 2 warnings... From the Changelog: * configure.in: * Makefile.am: * src/Makefile.am: * dbus-sharp/*: * dbus-sharp-glib/*: Add dbus-sharp and dbus-sharp-glib 0.1 in the buildchain. Remove the dependency on the old dbus implementation. * src/Core.cs; * src/main.cs: use the new bindings.
looks good, committed. Thanks for doing this work Stephane.
you're welcome ;)