summaryrefslogtreecommitdiffstats
path: root/mono/DBusType
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-11 Joe Shaw <joeshaw@novell.com>Joe Shaw2005-01-112-1/+5
| | | | | | | | | | | | 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.
* 2004-12-17 Joe Shaw <joeshaw@novell.com>Joe Shaw2004-12-175-5/+5
| | | | | | | | | * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs, mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs, mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of Type.UnderlyingSystemType to get the actual system type underneath. This code previously depended on the broken Mono behavior, which was fixed in 1.1.3.
* Changes in-line with new object_path param changes. Also bumped required ↵Owen Fraser-Green2004-06-071-9/+9
| | | | mono version and use new -pkg flag.
* Handle empty iterators properly!Owen Fraser-Green2004-05-012-4/+4
|
* Handle empty iterators.Owen Fraser-Green2004-05-012-21/+25
|
* Added support for enumerations with marshalling to/from their underlying ↵Owen Fraser-Green2004-03-255-2/+41
| | | | system type (Byte, Int32, UInt32, Int64, UInt64)
* Modified to support char type.Owen Fraser-Green2004-03-241-0/+11
|
* Made all DBusTypes take Service in the constructor because Array also needed ↵Owen Fraser-Green2004-03-2413-41/+36
| | | | it in the case of an array of OBJECT_PATH objects.
* Changed Suits method to not look recursively for Interface attributesOwen Fraser-Green2004-03-241-1/+1
|
* First checkin of the Mono bindings.Owen Fraser-Green2004-03-2314-0/+1268