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
cd40d176
Commit
cd40d176
authored
Dec 04, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed java wrapper
parent
d244864d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/java/jni.mustache
wrappers/java/jni.mustache
+1
-1
No files found.
wrappers/java/jni.mustache
View file @
cd40d176
...
...
@@ -375,7 +375,7 @@ jobject Java_{{jni_package}}FactoryImpl_createCore(JNIEnv *env, jobject thiz, jo
linphone_core_cbs_set_user_data(cbs, listener);
linphone_core_cbs_set_transfer_state_changed(cbs, linphone_core_on_transfer_state_changed);
linphone_core_cbs_set_chat_room_
in
sta
ntiat
ed(cbs, linphone_core_on_chat_room_
in
sta
ntiat
ed);
linphone_core_cbs_set_chat_room_sta
te_chang
ed(cbs, linphone_core_on_chat_room_sta
te_chang
ed);
linphone_core_cbs_set_friend_list_created(cbs, linphone_core_on_friend_list_created);
linphone_core_cbs_set_subscription_state_changed(cbs, linphone_core_on_subscription_state_changed);
linphone_core_cbs_set_call_log_updated(cbs, linphone_core_on_call_log_updated);
...
...
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