From 551fa6bc930ca830bf7459a5aaaf21900d336f03 Mon Sep 17 00:00:00 2001 From: Ghislain MARY <ghislain.mary@belledonne-communications.com> Date: Wed, 13 Aug 2014 14:10:09 +0200 Subject: [PATCH] Blacklist linphone_core_get_audio_port_range() and linphone_core_get_video_port_range() functions in the Python wrapper. --- tools/python/apixml2python.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/python/apixml2python.py b/tools/python/apixml2python.py index dd66dc1ec1..f71cbb7eba 100755 --- a/tools/python/apixml2python.py +++ b/tools/python/apixml2python.py @@ -59,6 +59,7 @@ blacklisted_functions = [ 'linphone_core_enable_payload_type', # missing PayloadType 'linphone_core_find_payload_type', # missing PayloadType 'linphone_core_get_audio_codecs', # missing PayloadType and MSList + 'linphone_core_get_audio_port_range', # to be handwritten because of result via arguments 'linphone_core_get_auth_info_list', # missing MSList 'linphone_core_get_call_logs', # missing MSList 'linphone_core_get_calls', # missing MSList @@ -73,6 +74,7 @@ blacklisted_functions = [ 'linphone_core_get_video_codecs', # missing PayloadType and MSList 'linphone_core_get_video_devices', # returns a list of strings 'linphone_core_get_video_policy', # missing LinphoneVideoPolicy + 'linphone_core_get_video_port_range', # to be handwritten because of result via arguments 'linphone_core_payload_type_enabled', # missing PayloadType 'linphone_core_payload_type_is_vbr', # missing PayloadType 'linphone_core_publish', # missing LinphoneContent -- GitLab