diff --git a/tools/python/apixml2python.py b/tools/python/apixml2python.py index dd66dc1ec1289e7c0a1d194d6948015715d1087f..f71cbb7eba1fffa3f7b17f12153d941cd4fe607d 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