From 47902f36295fa51481bd33be8d558ba54b2600a7 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 15 Feb 2016 14:19:20 +0100 Subject: [PATCH] Fix Python module build. --- tools/python/apixml2python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/apixml2python.py b/tools/python/apixml2python.py index 94e4c0a48..ba4fa7a72 100755 --- a/tools/python/apixml2python.py +++ b/tools/python/apixml2python.py @@ -52,6 +52,7 @@ blacklisted_functions = [ 'linphone_core_get_video_port_range', # to be handwritten because of result via arguments 'linphone_core_remove_listener', 'linphone_core_serialize_logs', # There is no use to wrap this function + 'linphone_core_set_dns_servers', 'linphone_core_set_log_collection_max_file_size', # need to handle class properties 'linphone_core_set_log_collection_path', # need to handle class properties 'linphone_core_set_log_collection_prefix', # need to handle class properties