Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
207881d1
Commit
207881d1
authored
Jan 04, 2017
by
Ghislain MARY
Browse files
Fix Python module build.
parent
b2df3b49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tools/genapixml.py
tools/genapixml.py
+2
-0
No files found.
tools/genapixml.py
View file @
207881d1
...
...
@@ -88,6 +88,8 @@ class CArgument(CObject):
fullySplittedType
.
append
(
s
)
if
'MS2_DEPRECATED'
in
fullySplittedType
:
fullySplittedType
.
remove
(
'MS2_DEPRECATED'
)
elif
'LINPHONE_DEPRECATED'
in
fullySplittedType
:
fullySplittedType
.
remove
(
'LINPHONE_DEPRECATED'
)
isStruct
=
False
isEnum
=
False
self
.
ctype
=
'int'
# Default to int so that the result is correct eg. for 'unsigned short'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment