Using dbus.service.signal decorator
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Thu Jun 15 19:31:27 UTC 2017
On Thu, 15 Jun 2017 17:35:58 +0200, Bogdan Lotko wrote:
> On 06/15/2017 04:47 AM, Lawrence D'Oliveiro wrote:
>
>> On Wed, 14 Jun 2017 20:51:20 +0200, Bogdan Lotko wrote:
>>
>>> (Python 2.6)
>>
>> Why?
>
> Because it is a part of a big working
> installation and I am not allowed to changed it.
So what are you here to discuss, if not a change to that code?
By the way, the signature “v(sav(iii))” means this:
variant
struct of:
string
array of variant
struct of:
int32
int32
int32
which doesn’t match the Python object “('myString', [(1, 1, 1)])”.
More information about the dbus
mailing list