summaryrefslogtreecommitdiffstats
path: root/mono/DBusType/UInt32.cs
Commit message (Collapse)AuthorAgeFilesLines
* 2004-12-17 Joe Shaw <joeshaw@novell.com>Joe Shaw2004-12-171-1/+1
| | | | | | | | | * 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.
* Added support for enumerations with marshalling to/from their underlying ↵Owen Fraser-Green2004-03-251-0/+8
| | | | system type (Byte, Int32, UInt32, Int64, UInt64)
* Made all DBusTypes take Service in the constructor because Array also needed ↵Owen Fraser-Green2004-03-241-2/+2
| | | | it in the case of an array of OBJECT_PATH objects.
* First checkin of the Mono bindings.Owen Fraser-Green2004-03-231-0/+87