| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
| |
it in the case of an array of OBJECT_PATH objects.
|
|
|
|
| |
for every registered object. Also added object_path functions to dbus-message.
|
|
|