D-Bus methods are missing in_signature and out_signature

Bug #1645305 reported by Tom Deseyn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wicd
New
Undecided
Unassigned

Bug Description

Example:
```
    @dbus.service.method('org.wicd.daemon.wireless')
    def GetWirelessProperty(self, networkid, prop):
```

in_signature and out_signature on the D-Bus methods are used to provide D-Bus introspection.

When no out_signature is provided dbus-python will start guessing the corresponding D-Bus type.

In case a method returns a different type depending on the provided arguments, use the D-Bus variant type as the out_signature.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.