summaryrefslogtreecommitdiffstats
path: root/mono/Arguments.cs
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-12 Joe Shaw <joeshaw@novell.com>Joe Shaw2005-01-121-0/+2
| | | | | | | | * mono/Makefile.am: Always build the dbus DLL with --debug. * mono/Arguments.cs (GetDBusTypeConstructor): If the type is an enum, get the enum's underlying type. Another mono 1.1.3 fix.
* 2004-10-27 Joe Shaw <joeshaw@novell.com>Joe Shaw2004-10-271-1/+8
| | | | | | | * mono/Arguments.cs (GetDBusTypeConstructor): type.UnderlyingSystemType will return "System.Byte" if you do it on "byte[]", which is not what we want. So check the type.IsArray property and use System.Array instead.
* Handle empty iterators properly!Owen Fraser-Green2004-05-011-5/+5
|
* Handle empty iterators.Owen Fraser-Green2004-05-011-11/+14
|
* Made all DBusTypes take Service in the constructor because Array also needed ↵Owen Fraser-Green2004-03-241-11/+5
| | | | it in the case of an array of OBJECT_PATH objects.
* Added InterfaceProxy to Mono bindings to avoid having to generate a proxy ↵Owen Fraser-Green2004-03-231-16/+0
| | | | for every registered object. Also added object_path functions to dbus-message.
* First checkin of the Mono bindings.Owen Fraser-Green2004-03-231-0/+304