mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Do not wrap CoreVTable related methods and classes
This commit is contained in:
parent
e491b19564
commit
8f523677ea
3 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ namespace Linphone
|
|||
{
|
||||
#if ANDROID
|
||||
setAndroidLogHandler();
|
||||
#else
|
||||
#elif __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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue