mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
[Abstract API] Blacklists linphone_factory_create_core_2() and linphone_factory_cerate_core_with_config_2() while parsing
This must be done since these functions must be manually wrapped for each targeted language.
This commit is contained in:
parent
868c54118f
commit
ffd23a9812
1 changed files with 5 additions and 3 deletions
|
|
@ -452,9 +452,11 @@ class CParser(object):
|
|||
self.regexFixedSizeInteger = '^(u?)int(\d?\d)_t$'
|
||||
self.methodBl = ['ref', 'unref', 'new', 'destroy', 'getCurrentCallbacks', 'setUserData', 'getUserData']
|
||||
self.functionBl = [
|
||||
'linphone_factory_create_core', # manualy wrapped
|
||||
'linphone_factory_create_core_with_config', # manualy wrapped
|
||||
'linphone_vcard_get_belcard'] # manualy wrapped
|
||||
'linphone_factory_create_core', # manually wrapped
|
||||
'linphone_factory_create_core_2', # manually wrapped
|
||||
'linphone_factory_create_core_with_config', # manually wrapped
|
||||
'linphone_factory_create_core_with_config_2', # manually wrapped
|
||||
'linphone_vcard_get_belcard'] # manually wrapped
|
||||
|
||||
self.classBl = ['LpConfig'] # temporarly blacklisted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue