Skip to content
GitLab
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
49f93813
Commit
49f93813
authored
1 month ago
by
Andrea Gianarda
Browse files
Options
Download
Patches
Plain Diff
Replace usage of getCppListFromCList(participant_infos) with Utils::bctbxListToCppSharedPtrList
Fix typo
parent
b8586189
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
coreapi/chat.c
+10
-20
coreapi/chat.c
coreapi/linphonecore.c
+5
-6
coreapi/linphonecore.c
include/linphone/types.h
+2
-2
include/linphone/types.h
plugins/example/exampleplugin.cpp
+1
-1
plugins/example/exampleplugin.cpp
src/c-wrapper/api/c-chat-room.cpp
+5
-7
src/c-wrapper/api/c-chat-room.cpp
src/c-wrapper/api/c-conference-info.cpp
+1
-1
src/c-wrapper/api/c-conference-info.cpp
src/c-wrapper/api/c-conference.cpp
+4
-10
src/c-wrapper/api/c-conference.cpp
src/call/call-log.cpp
+1
-2
src/call/call-log.cpp
src/chat/chat-room/abstract-chat-room.h
+1
-1
src/chat/chat-room/abstract-chat-room.h
src/chat/chat-room/basic-chat-room.cpp
+2
-2
src/chat/chat-room/basic-chat-room.cpp
src/chat/chat-room/basic-chat-room.h
+1
-1
src/chat/chat-room/basic-chat-room.h
src/chat/chat-room/chat-room.cpp
+3
-5
src/chat/chat-room/chat-room.cpp
src/chat/chat-room/chat-room.h
+1
-1
src/chat/chat-room/chat-room.h
src/conference/client-conference.cpp
+9
-10
src/conference/client-conference.cpp
src/conference/client-conference.h
+5
-5
src/conference/client-conference.h
src/conference/conference-context.cpp
+1
-1
src/conference/conference-context.cpp
src/conference/conference-context.h
+3
-3
src/conference/conference-context.h
src/conference/conference-interface.h
+2
-2
src/conference/conference-interface.h
src/conference/conference-scheduler.cpp
+4
-4
src/conference/conference-scheduler.cpp
src/conference/conference.cpp
+5
-5
src/conference/conference.cpp
with
66 additions
and
89 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