mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
Blacklist functions that prevent the Python module from building.
This commit is contained in:
parent
d249550e0a
commit
7787c91c46
1 changed files with 2 additions and 0 deletions
|
|
@ -58,7 +58,9 @@ blacklisted_functions = [
|
|||
'linphone_core_publish', # missing LinphoneContent
|
||||
'linphone_core_remove_listener',
|
||||
'linphone_core_serialize_logs', # There is no use to wrap this function
|
||||
'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
|
||||
'linphone_core_set_log_file', # There is no use to wrap this function
|
||||
'linphone_core_set_log_handler', # Hand-written but put directly in the linphone module
|
||||
'linphone_core_set_log_level', # There is no use to wrap this function
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue