Commit 551fa6bc authored by Ghislain MARY's avatar Ghislain MARY
Browse files

Blacklist linphone_core_get_audio_port_range() and...

Blacklist linphone_core_get_audio_port_range() and linphone_core_get_video_port_range() functions in the Python wrapper.
parent d9f02dd6
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -59,6 +59,7 @@ blacklisted_functions = [ ...@@ -59,6 +59,7 @@ blacklisted_functions = [
'linphone_core_enable_payload_type', # missing PayloadType 'linphone_core_enable_payload_type', # missing PayloadType
'linphone_core_find_payload_type', # missing PayloadType 'linphone_core_find_payload_type', # missing PayloadType
'linphone_core_get_audio_codecs', # missing PayloadType and MSList '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_auth_info_list', # missing MSList
'linphone_core_get_call_logs', # missing MSList 'linphone_core_get_call_logs', # missing MSList
'linphone_core_get_calls', # missing MSList 'linphone_core_get_calls', # missing MSList
...@@ -73,6 +74,7 @@ blacklisted_functions = [ ...@@ -73,6 +74,7 @@ blacklisted_functions = [
'linphone_core_get_video_codecs', # missing PayloadType and MSList 'linphone_core_get_video_codecs', # missing PayloadType and MSList
'linphone_core_get_video_devices', # returns a list of strings 'linphone_core_get_video_devices', # returns a list of strings
'linphone_core_get_video_policy', # missing LinphoneVideoPolicy '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_enabled', # missing PayloadType
'linphone_core_payload_type_is_vbr', # missing PayloadType 'linphone_core_payload_type_is_vbr', # missing PayloadType
'linphone_core_publish', # missing LinphoneContent 'linphone_core_publish', # missing LinphoneContent
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment