We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parse_properties_changed
1 parent 3120faf commit 157438aCopy full SHA for 157438a
docs/utils.rst
@@ -18,6 +18,7 @@ Parsing utilities
18
:param str on_unknown_member: If an unknown D-Bus property was encountered
19
either raise an ``"error"`` (default), ``"ignore"`` the property
20
or ``"reuse"`` the D-Bus name for the member.
21
+ :rtype: Dict[str, Any]
22
:returns: Dictionary of changed properties with keys translated to python
23
names. Invalidated properties will have value of None.
24
0 commit comments