diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-16 09:45:19 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-16 09:45:19 +0200 |
| commit | 02db081c85e56e6472c2f39e6a623fa4cdf359c4 (patch) | |
| tree | a6d371d1c21ef0cee73add360b546cb07dd4bd63 /wrappers/python/src/__init__.py | |
| parent | da83f54606c9c1d2786d87074ee17ed972d2e1b2 (diff) | |
State: Document functions and return no error on deregister
Diffstat (limited to 'wrappers/python/src/__init__.py')
| -rw-r--r-- | wrappers/python/src/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/src/__init__.py b/wrappers/python/src/__init__.py index db5484f..ece4b46 100644 --- a/wrappers/python/src/__init__.py +++ b/wrappers/python/src/__init__.py @@ -122,7 +122,7 @@ lib.GetConfigCustomServer.argtypes, lib.GetConfigCustomServer.restype = [ c_char_p, c_int, ], DataError -lib.Deregister.argtypes, lib.Deregister.restype = [c_char_p], c_void_p +lib.Deregister.argtypes, lib.Deregister.restype = [c_char_p], None lib.Register.argtypes, lib.Register.restype = [ c_char_p, c_char_p, |
