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
4e8e60e4
Commit
4e8e60e4
authored
1 year ago
by
Ghislain MARY
Committed by
Ghislain MARY
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Some reference fixes in the documentation.
parent
d0105274
master
compat/ios_app_5_3
deleteme
feature/AEC3
feature/account_manager_services_devices_list
feature/allow-raw-mwi-notification
feature/audio-conference-package
feature/basic_auth
feature/lime_status_by_uri
feature/load-static-ms2-plugins
feature/media_encryption_settings_on_account
feature/medialess
feature/python-wrapper-tests
feature/screensharing_clean
feature/screensharing_packet_router
feature/screensharing_signalling
feature/swift_push_unit_tests
feature/test-new-ccmp-deployment
feature/to-delete-compile-last-wrapper
fix/ECC-for-desktop
fix/android_window
fix/audio_routes
fix/auth_info_finding
fix/broadcast_flexisip
fix/call_history_after_core_stop
fix/chat_lesage_local_address_no_contact
fix/conf_unschedule_video
fix/conference_called_after_joining_5_3
fix/conference_server_crash_me_participant
fix/copy_message_id_content_operator
fix/database
fix/db_friend_list_fix
fix/device_position_53
fix/didUpdatePushCredentials_debug_investigation
fix/encrypted_chat_subscription_failed
fix/fec-find-payload-type-number
fix/force_shared_lib_python_wrapper
fix/gcc_14
fix/import-from-legacy-db
fix/ios_foreground_push_incoming_received
fix/ios_registerforpush_on_core_start_5_4
fix/itc-misuse
fix/jvm_cpp_wrapper_on_android
fix/message_not_sent_rework
fix/no-longer-use-deprecated-findpythoninterp-cmake-module
fix/paused_by_remote_no_rtp_timeout_master
fix/pdb_5_3
fix/plugin_timeout
fix/python_build_macos
fix/python_const_build_warning
fix/qt_crash
fix/relay_ice_candidates_conference_tests
fix/remote_address_without_admin_param
fix/rtt_message
fix/screen_jul
fix/srtp_key_length
fix/startup_restart
fix/subject_not_changed
fix/switch_data_sync_to_short_service
fix/tone-indications
fix/transfer_state
fix/tunnel-crash-rtp-transport
fix/unsubscribe_chatroom_on_account_unregister
fix/unsubscribe_upon_core_stop
fix/uuid4-generation
fix/webrtc-ice
fix/window_build_dec24
fix/workaround_for_sip_simple_messages_with_bad_to_header
hotfix/lime-db-path
hotfix/use-negotiated-extension-ids
release/5.3
release/5.4
test/ansible
test/call_no_routes
test/flexisip-release-candidate-2-4
test/lime_double_digest_auth_challenge
5.5.0-alpha
5.4.5
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
5.4.0-beta
5.4.0-alpha
5.3.107
5.3.106
5.3.105
5.3.104
5.3.103
5.3.102
5.3.101
5.3.100
5.3.99
5.3.97
5.3.96
5.3.95
5.3.94
5.3.93
5.3.92
5.3.91
5.3.90
5.3.89
5.3.88
5.3.87
5.3.86
5.3.85
5.3.84
5.3.83
5.3.81
5.3.79
5.3.78
5.3.77
5.3.76
5.3.75
5.3.74
5.3.73
5.3.72
5.3.71
5.3.70
5.3.69
5.3.68
5.3.67
5.3.66
5.3.65
5.3.64
5.3.63
5.3.62
5.3.61
5.3.60
5.3.59
5.3.58
5.3.57
5.3.56
5.3.55
5.3.54
5.3.53
5.3.52
5.3.51
5.3.50
5.3.49
5.3.48
5.3.46
5.3.45
5.3.44
5.3.43
5.3.42
5.3.41
5.3.40
5.3.39
5.3.38
5.3.37
5.3.36
5.3.35
5.3.34
5.3.33
5.3.32
5.3.30
5.3.29
5.3.28
5.3.27
5.3.26
5.3.25
5.3.24
5.3.23
5.3.22
5.3.21
5.3.19
5.3.18
5.3.17
5.3.16
5.3.15
5.3.14
5.3.13
5.3.12
5.3.11
5.3.10
5.3.9
5.3.8
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.3.0-beta
1 merge request
!2762
Improve liblinphone wrappers documentation.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linphone/callbacks.h
+9
-9
include/linphone/callbacks.h
with
9 additions
and
9 deletions
include/linphone/callbacks.h
+
9
−
9
View file @
4e8e60e4
...
...
@@ -107,7 +107,7 @@ typedef void (*LinphoneCoreCbsCallReceiveMasterKeyChangedCb)(LinphoneCore *core,
* @param core the #LinphoneCore @notnil
* @param call the #LinphoneCall on which encryption is changed. @notnil
* @param media_encryption_enabled whether encryption is activated.
* @param authentication_token an authentication
_
token, currently set for ZRTP kind of encryption only. @maybenil
* @param authentication_token an authentication
token, currently set for ZRTP kind of encryption only. @maybenil
*/
typedef
void
(
*
LinphoneCoreCbsCallEncryptionChangedCb
)(
LinphoneCore
*
core
,
LinphoneCall
*
call
,
...
...
@@ -280,7 +280,7 @@ typedef void (*LinphoneCoreCbsMessagesReceivedCb)(LinphoneCore *core,
const
bctbx_list_t
*
messages
);
/**
* Called after the #
send method of the #L
inphone
C
hat
M
essage was called.
* Called after the #
l
inphone
_c
hat
_m
essage
_send()
was called.
* The message will be in state InProgress.
* In case of resend this callback won't be called.
* @param core #LinphoneCore object @notnil
...
...
@@ -431,8 +431,8 @@ typedef LinphoneCoreCbsTransferStateChangedCb LinphoneCoreTransferStateChangedCb
/**
* Callback for receiving quality statistics for calls.
* @param core the #LinphoneCore @notnil
* @param call the
c
all @notnil
* @param call_stats the
call
statistics. @notnil
* @param call the
#LinphoneC
all @notnil
* @param call_stats the
#LinphoneCallStats
statistics. @notnil
*/
typedef
void
(
*
LinphoneCoreCbsCallStatsUpdatedCb
)(
LinphoneCore
*
core
,
LinphoneCall
*
call
,
...
...
@@ -612,7 +612,7 @@ typedef void (*LinphoneCoreCbsQrcodeFoundCb)(LinphoneCore *core, const char *res
typedef
void
(
*
LinphoneCoreCbsFirstCallStartedCb
)(
LinphoneCore
*
core
);
/**
* Callback prototype telling the last call has ended (#
L
inphone
C
ore
.
get_calls_nb() returns 0)
* Callback prototype telling the last call has ended (#
l
inphone
_c
ore
_
get_calls_nb() returns 0)
* @param core #LinphoneCore object @notnil
*/
typedef
void
(
*
LinphoneCoreCbsLastCallEndedCb
)(
LinphoneCore
*
core
);
...
...
@@ -636,7 +636,7 @@ typedef void (*LinphoneCoreCbsAudioDevicesListUpdatedCb)(LinphoneCore *core);
* Callback notifying that a #LinphoneAccount has its registration state changed.
* @param core The #LinphoneCore object. @notnil
* @param account The #LinphoneAccount object which has its registration changed. @notnil
* @param state The new
s
tate for this account.
* @param state The new
#LinphoneRegistrationS
tate for this account.
* @param message a non NULL informational message about the state @notnil
*/
typedef
void
(
*
LinphoneCoreCbsAccountRegistrationStateChangedCb
)(
LinphoneCore
*
core
,
...
...
@@ -837,7 +837,7 @@ typedef void (*LinphoneFriendCbsPresenceReceivedCb)(LinphoneFriend *linphone_fri
*/
/**
* @brief Function prototype used by #linphone_core_cbs_set_ec_calibrat
or
_result().
* @brief Function prototype used by #linphone_core_cbs_set_ec_calibrat
ion
_result().
* @param core The #LinphoneCore. @notnil
* @param status The #LinphoneEcCalibratorStatus of the calibrator.
* @param delay_ms The measured delay if available.
...
...
@@ -847,13 +847,13 @@ typedef void (*LinphoneCoreCbsEcCalibrationResultCb)(LinphoneCore *core,
int
delay_ms
);
/**
* @brief Function prototype used by #linphone_core_cbs_set_ec_calibrat
or
_audio_init().
* @brief Function prototype used by #linphone_core_cbs_set_ec_calibrat
ion
_audio_init().
* @param core The #LinphoneCore. @notnil
*/
typedef
void
(
*
LinphoneCoreCbsEcCalibrationAudioInitCb
)(
LinphoneCore
*
core
);
/**
* @brief Function prototype used by #linphone_core_cbs_set_ec_calibrat
or
_audio_uninit().
* @brief Function prototype used by #linphone_core_cbs_set_ec_calibrat
ion
_audio_uninit().
* @param core The #LinphoneCore. @notnil
*/
typedef
void
(
*
LinphoneCoreCbsEcCalibrationAudioUninitCb
)(
LinphoneCore
*
core
);
...
...
This diff is collapsed.
Click to expand it.
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