mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fixed python wrapper compil
This commit is contained in:
parent
ebb36d6dd0
commit
0506399e6b
2 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ from apixml2python.linphone import LinphoneModule, HandWrittenClassMethod, HandW
|
|||
blacklisted_classes = [
|
||||
'LinphoneIntRange',
|
||||
'LinphoneTunnel',
|
||||
'LinphoneTunnelConfig'
|
||||
'LinphoneTunnelConfig',
|
||||
'LinphoneLoggingService',
|
||||
'LinphoneLoggingServiceCbs'
|
||||
]
|
||||
blacklisted_events = [
|
||||
'LinphoneChatMessageStateChangedCb', # not respecting naming convention
|
||||
|
|
@ -73,6 +75,7 @@ blacklisted_functions = [
|
|||
'linphone_proxy_config_set_privacy', # missing LinphonePrivacyMask
|
||||
'linphone_tunnel_get_http_proxy', # to be handwritten because of double pointer indirection
|
||||
'linphone_vcard_get_belcard', # specific to C++
|
||||
''
|
||||
]
|
||||
hand_written_functions = [
|
||||
HandWrittenClassMethod('Buffer', 'new_from_data', 'linphone_buffer_new_from_data', "Create a new LinphoneBuffer object from existing data.\n\n:param data: The initial data to store in the LinphoneBuffer.\n:type data: ByteArray\n:returns: A new LinphoneBuffer object.\n:rtype: linphone.Buffer"),
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include <linphone/tunnel.h>
|
||||
#include <linphone/core_utils.h>
|
||||
#include <linphone/wrapper_utils.h>
|
||||
#include <linphone/logging.h>
|
||||
#include <belle-sip/belle-sip.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue