From 1f94814f5426003169eb733b64ea4b828de7ae40 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 9 May 2017 12:29:50 +0200 Subject: [PATCH] Moved donotwrap to correct place for CoreVTable --- include/linphone/core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index 0aa2ddfd2..c7feb4398 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -167,6 +167,7 @@ typedef void (*LinphoneCoreCbFunc)(LinphoneCore *lc,void * user_data); /** * This structure holds all callbacks that the application should implement. * None is mandatory. + * @donotwrap **/ typedef struct _LinphoneCoreVTable{ LinphoneCoreGlobalStateChangedCb global_state_changed; /**