Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2004-08-30 Jon Trowbridge <trow@ximian.com> | Jon Trowbridge | 2004-08-31 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | * mono/BusDriver.cs: Added. This is a class for interacting with the org.freedesktop.DBus service. * mono/Message.cs: Added a mechanism to expose the message that is currently being dispatched via the static Message.Current property. Added Message.Sender and Message.Destination properties. * mono/Handler.cs: Expose the dispatched message via Message.Current when handling method calls. * mono/Service.cs: Expose the dispatched message via Message.Current when handling signal emissions. * mono/Connection.cs: Bind dbus_bus_get_base_service via the Connection.BaseService property. | ||||
* | Changes in-line with new object_path param changes. Also bumped required ↵ | Owen Fraser-Green | 2004-06-07 | 1 | -21/+8 |
| | | | | mono version and use new -pkg flag. | ||||
* | Added UnregisterObject method. | Owen Fraser-Green | 2004-05-23 | 1 | -6/+37 |
| | |||||
* | Made proxy DLL names unique | Owen Fraser-Green | 2004-04-03 | 1 | -1/+1 |
| | |||||
* | Added signal support. | Owen Fraser-Green | 2004-03-26 | 1 | -46/+28 |
| | |||||
* | Added InterfaceProxy to Mono bindings to avoid having to generate a proxy ↵ | Owen Fraser-Green | 2004-03-23 | 1 | -39/+17 |
| | | | | for every registered object. Also added object_path functions to dbus-message. | ||||
* | First checkin of the Mono bindings. | Owen Fraser-Green | 2004-03-23 | 1 | -0/+256 |