python-dbus-next icon indicating copy to clipboard operation
python-dbus-next copied to clipboard

Remove valid name check from Property

Open JakobDev opened this issue 3 years ago • 0 comments

The documentation states the follow:

Strictly speaking, D-Bus property names are not required to follow the same naming restrictions as member names, but D-Bus property names that would not be valid member names (in particular, GObject-style dash-separated property names) can cause interoperability problems and should be avoided.

So it is allowed names, that are not valid member names, but it is a bad prcatice. However, some Interfaces in the Wild using this, that the Lib should be handle.

Fixes #122

JakobDev avatar Dec 12 '22 14:12 JakobDev