summaryrefslogtreecommitdiffstats
path: root/mono/Arguments.cs
Commit message (Collapse)AuthorAgeFilesLines
* 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