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
1f94814f
Commit
1f94814f
authored
May 09, 2017
by
Sylvain Berfini
🐮
Browse files
Moved donotwrap to correct place for CoreVTable
parent
8f523677
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/linphone/core.h
include/linphone/core.h
+2
-1
No files found.
include/linphone/core.h
View file @
1f94814f
...
...
@@ -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
;
/**<Notifies global state changes*/
...
...
@@ -213,7 +214,6 @@ 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
);
...
...
@@ -236,6 +236,7 @@ LINPHONE_PUBLIC void* linphone_core_v_table_get_user_data(const LinphoneCoreVTab
* This is meant only to be called from a callback to be able to get the user_data associated with the vtable that called the callback.
* @param lc the linphonecore
* @return the vtable that called the last callback
* @donotwrap
*/
LINPHONE_PUBLIC
LinphoneCoreVTable
*
linphone_core_get_current_vtable
(
LinphoneCore
*
lc
);
...
...
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