Skip to content

Commit 389aa0b

Browse files
author
Tony Crisci
committed
bug: add unix fd type 'h' to valid tokens
Thanks to phillebaba for pointing this out. fixes #9
1 parent 4a60fe2 commit 389aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbus_next/signature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class to parse signatures.
2020
structs have child types equal to the number of struct members.
2121
:vartype children: list(:class:`SignatureType`)
2222
"""
23-
_tokens = 'ybnqiuxtdsogav({'
23+
_tokens = 'ybnqiuxtdsogavh({'
2424

2525
def __init__(self, token):
2626
self.token = token

0 commit comments

Comments
 (0)