summaryrefslogtreecommitdiffstats
path: root/mono/DBusType/Dict.cs
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-11 Joe Shaw <joeshaw@novell.com>Joe Shaw2005-01-111-1/+2
| | | | | | | | | | | | 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.
* Handle empty iterators properly!Owen Fraser-Green2004-05-011-2/+2
|
* Handle empty iterators.Owen Fraser-Green2004-05-011-12/+14
|
* 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/+145