From b4d744a80aa79d45f8a46119920abc1279ad4f20 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 21 Jun 2022 16:52:55 +0200 Subject: State: Add functions for getting/setting a connection identifier e.g. the uuid of the connection in case of NetworkManager on Linux --- wrappers/python/src/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wrappers/python/src/__init__.py') diff --git a/wrappers/python/src/__init__.py b/wrappers/python/src/__init__.py index c96a1b2..bc9b3df 100644 --- a/wrappers/python/src/__init__.py +++ b/wrappers/python/src/__init__.py @@ -61,6 +61,8 @@ lib.CancelOAuth.argtypes, lib.CancelOAuth.restype = [c_char_p], c_void_p lib.SetProfileID.argtypes, lib.SetProfileID.restype = [c_char_p, c_char_p], c_void_p lib.SetConnected.argtypes, lib.SetConnected.restype = [c_char_p], c_void_p lib.SetDisconnected.argtypes, lib.SetDisconnected.restype = [c_char_p], c_void_p +lib.GetIdentifier.argtypes, lib.GetIdentifier.restype = [c_char_p], DataError +lib.SetIdentifier.argtypes, lib.SetIdentifier.restype = [c_char_p, c_char_p], c_void_p lib.FreeString.argtypes, lib.FreeString.restype = [c_void_p], None -- cgit v1.2.3