Skip to content

Commit 157438a

Browse files
committed
docs: Added return type to parse_properties_changed docs
1 parent 3120faf commit 157438a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/utils.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Parsing utilities
1818
:param str on_unknown_member: If an unknown D-Bus property was encountered
1919
either raise an ``"error"`` (default), ``"ignore"`` the property
2020
or ``"reuse"`` the D-Bus name for the member.
21+
:rtype: Dict[str, Any]
2122
:returns: Dictionary of changed properties with keys translated to python
2223
names. Invalidated properties will have value of None.
2324

0 commit comments

Comments
 (0)