From e3ed72b70dfe19352cf388a41db52e777080d9bb Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 6 Jun 2016 12:38:38 +0200 Subject: [PATCH] Blacklist linphone_nat_policy_get_stun_server_addrinfo() for Python module. --- tools/python/apixml2python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/apixml2python.py b/tools/python/apixml2python.py index 3151a2aed..423df355d 100755 --- a/tools/python/apixml2python.py +++ b/tools/python/apixml2python.py @@ -63,6 +63,7 @@ blacklisted_functions = [ 'linphone_core_set_log_level_mask', # There is no use to wrap this function 'linphone_core_set_network_simulator_params', # missing OrtpNetworkSimulatorParams 'linphone_core_set_video_policy', # missing LinphoneVideoPolicy + 'linphone_nat_policy_get_stun_server_addrinfo', 'linphone_proxy_config_get_privacy', # missing LinphonePrivacyMask 'linphone_proxy_config_normalize_number', # to be handwritten because of result via arguments 'linphone_proxy_config_set_file_transfer_server', # defined but not implemented in linphone core