dbus ChangeLog,1.562,1.563
Jon Trowbridge
trow at freedesktop.org
Mon Aug 30 20:59:16 PDT 2004
- Previous message: dbus/mono/DBusType Array.cs, 1.4, 1.5 Boolean.cs, 1.2, 1.3 Byte.cs,
1.4, 1.5 Custom.cs, 1.2, 1.3 Dict.cs, 1.4, 1.5 Double.cs, 1.2,
1.3 IDBusType.cs, 1.1, 1.2 Int32.cs, 1.3, 1.4 Int64.cs, 1.3,
1.4 Nil.cs, 1.2, 1.3 ObjectPath.cs, 1.4, 1.5 String.cs, 1.2,
1.3 UInt32.cs, 1.3, 1.4 UInt64.cs, 1.3, 1.4
- Next message: dbus/mono BusDriver.cs, NONE, 1.1 Connection.cs, 1.8, 1.9 Handler.cs,
1.6, 1.7 Makefile.am, 1.10, 1.11 Message.cs, 1.9,
1.10 Service.cs, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv18315
Modified Files:
ChangeLog
Log Message:
2004-08-30 Jon Trowbridge <trow at ximian.com>
* 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.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -d -r1.562 -r1.563
--- ChangeLog 29 Aug 2004 02:14:52 -0000 1.562
+++ ChangeLog 31 Aug 2004 03:59:13 -0000 1.563
@@ -1,3 +1,22 @@
+2004-08-30 Jon Trowbridge <trow at ximian.com>
+
+ * 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.
+
2004-08-28 Havoc Pennington <hp at redhat.com>
* dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
- Previous message: dbus/mono/DBusType Array.cs, 1.4, 1.5 Boolean.cs, 1.2, 1.3 Byte.cs,
1.4, 1.5 Custom.cs, 1.2, 1.3 Dict.cs, 1.4, 1.5 Double.cs, 1.2,
1.3 IDBusType.cs, 1.1, 1.2 Int32.cs, 1.3, 1.4 Int64.cs, 1.3,
1.4 Nil.cs, 1.2, 1.3 ObjectPath.cs, 1.4, 1.5 String.cs, 1.2,
1.3 UInt32.cs, 1.3, 1.4 UInt64.cs, 1.3, 1.4
- Next message: dbus/mono BusDriver.cs, NONE, 1.1 Connection.cs, 1.8, 1.9 Handler.cs,
1.6, 1.7 Makefile.am, 1.10, 1.11 Message.cs, 1.9,
1.10 Service.cs, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list