mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-07 07:30:27 +01:00
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. |
||
|---|---|---|
| .. | ||
| Array.cs | ||
| Boolean.cs | ||
| Byte.cs | ||
| Custom.cs | ||
| Dict.cs | ||
| Double.cs | ||
| IDBusType.cs | ||
| Int32.cs | ||
| Int64.cs | ||
| Nil.cs | ||
| ObjectPath.cs | ||
| String.cs | ||
| UInt32.cs | ||
| UInt64.cs | ||