dbus/mono/DBusType
Joe Shaw b3ba709079 2005-01-11 Joe Shaw <joeshaw@novell.com>
Patch from Tambet Ingo <tambet@ximian.com>

	* mono/DBusType/Array.cs (Get): Get the underlying element type by
	calling type.GetElementType().  The code previously depended on
	broken Mono behavior, which was fixed in Mono 1.1.3.

	* mono/DBusType/Dict.cs (constructor): Fix the parameters for
	Activator.CreateInstance() so that the class's constructor is
	called with the right parameters.
2005-01-11 19:59:06 +00:00
..
Array.cs 2005-01-11 Joe Shaw <joeshaw@novell.com> 2005-01-11 19:59:06 +00:00
Boolean.cs Made all DBusTypes take Service in the constructor because Array also needed it in the case of an array of OBJECT_PATH objects. 2004-03-24 13:15:20 +00:00
Byte.cs 2004-12-17 Joe Shaw <joeshaw@novell.com> 2004-12-17 22:21:16 +00:00
Custom.cs Made all DBusTypes take Service in the constructor because Array also needed it in the case of an array of OBJECT_PATH objects. 2004-03-24 13:15:20 +00:00
Dict.cs 2005-01-11 Joe Shaw <joeshaw@novell.com> 2005-01-11 19:59:06 +00:00
Double.cs Made all DBusTypes take Service in the constructor because Array also needed it in the case of an array of OBJECT_PATH objects. 2004-03-24 13:15:20 +00:00
IDBusType.cs First checkin of the Mono bindings. 2004-03-23 12:10:32 +00:00
Int32.cs 2004-12-17 Joe Shaw <joeshaw@novell.com> 2004-12-17 22:21:16 +00:00
Int64.cs 2004-12-17 Joe Shaw <joeshaw@novell.com> 2004-12-17 22:21:16 +00:00
Nil.cs Made all DBusTypes take Service in the constructor because Array also needed it in the case of an array of OBJECT_PATH objects. 2004-03-24 13:15:20 +00:00
ObjectPath.cs Changes in-line with new object_path param changes. Also bumped required mono version and use new -pkg flag. 2004-06-07 11:40:20 +00:00
String.cs Made all DBusTypes take Service in the constructor because Array also needed it in the case of an array of OBJECT_PATH objects. 2004-03-24 13:15:20 +00:00
UInt32.cs 2004-12-17 Joe Shaw <joeshaw@novell.com> 2004-12-17 22:21:16 +00:00
UInt64.cs 2004-12-17 Joe Shaw <joeshaw@novell.com> 2004-12-17 22:21:16 +00:00