Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
2f1d16a3
Commit
2f1d16a3
authored
7 years ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Use c-wrapper for the Core object.
parent
2b8e1cca
No related merge requests found
Changes
55
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
coreapi/CMakeLists.txt
+1
-0
coreapi/CMakeLists.txt
coreapi/account_creator.c
+3
-0
coreapi/account_creator.c
coreapi/account_creator_service.c
+3
-0
coreapi/account_creator_service.c
coreapi/authentication.c
+3
-0
coreapi/authentication.c
coreapi/buffer.c
+3
-0
coreapi/buffer.c
coreapi/call_log.c
+3
-0
coreapi/call_log.c
coreapi/callbacks.c
+7
-23
coreapi/callbacks.c
coreapi/chat.c
+8
-8
coreapi/chat.c
coreapi/conference.cc
+9
-1
coreapi/conference.cc
coreapi/content.c
+3
-0
coreapi/content.c
coreapi/core_private.h
+35
-0
coreapi/core_private.h
coreapi/error_info.c
+3
-0
coreapi/error_info.c
coreapi/event.c
+3
-0
coreapi/event.c
coreapi/factory.c
+3
-0
coreapi/factory.c
coreapi/friend.c
+3
-0
coreapi/friend.c
coreapi/friendlist.c
+3
-0
coreapi/friendlist.c
coreapi/im_notif_policy.c
+3
-0
coreapi/im_notif_policy.c
coreapi/linphone_tunnel_config.c
+3
-0
coreapi/linphone_tunnel_config.c
coreapi/linphonecore.c
+53
-196
coreapi/linphonecore.c
coreapi/misc.c
+4
-1
coreapi/misc.c
with
156 additions
and
229 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets