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
8f523677
Commit
8f523677
authored
May 09, 2017
by
Sylvain Berfini
🐮
Browse files
Do not wrap CoreVTable related methods and classes
parent
e491b195
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
include/linphone/core.h
include/linphone/core.h
+1
-0
wrappers/csharp/genwrapper.py
wrappers/csharp/genwrapper.py
+1
-1
wrappers/csharp/wrapper_impl.mustache
wrappers/csharp/wrapper_impl.mustache
+3
-3
No files found.
include/linphone/core.h
View file @
8f523677
...
...
@@ -213,6 +213,7 @@ typedef struct _LinphoneCoreVTable{
/**
* Instantiate a vtable with all arguments set to NULL
* @return newly allocated vtable
* @donotwrap
*/
LINPHONE_PUBLIC
LinphoneCoreVTable
*
linphone_core_v_table_new
(
void
);
...
...
wrappers/csharp/genwrapper.py
View file @
8f523677
...
...
@@ -575,7 +575,7 @@ def main():
project
.
check
()
parser
=
AbsApi
.
CParser
(
project
)
parser
.
functionBl
=
[
'linphone_vcard_get_belcard'
]
parser
.
functionBl
=
[
'linphone_vcard_get_belcard'
,
'linphone_core_get_current_vtable'
]
parser
.
classBl
+=
'LinphoneCoreVTable'
parser
.
methodBl
.
remove
(
'getCurrentCallbacks'
)
parser
.
parse_all
()
...
...
wrappers/csharp/wrapper_impl.mustache
View file @
8f523677
...
...
@@ -54,7 +54,7 @@ namespace Linphone
{
#if ANDROID
setAndroidLogHandler();
#el
se
#el
if __IOS__
linphone_iphone_enable_logs();
#endif
}
...
...
@@ -216,7 +216,7 @@ namespace Linphone
}
}
#if ANDROID
#if ANDROID
///
<summary>
/// Methods that are only found in Android version of Linphone libraries and related to JNI
///
</summary>
...
...
@@ -238,7 +238,7 @@ namespace Linphone
setMediastreamerAndroidContext(jnienv, context);
}
}
#endif
#endif
#endregion
#region Enums
...
...
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