linphone-iphone/include/linphone
Simon Morlat ef94fd5090 add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers.
Refactor wifi lock, multicast lock so that they use this new class.
Manage the CPU lock required for call in the core, instead of app's LinphoneManager.
2017-10-19 11:06:35 +02:00
..
api uniformize conference event 2017-10-18 10:12:22 +02:00
enums feat(Events): add a ConferenceSubjectEvent 2017-10-16 16:15:26 +02:00
utils feat(General): provide a L_Q_T macro to access public data in a multiple inheritance case 2017-10-13 11:53:06 +02:00
account_creator.h Add new create proxy config in account creator 2017-04-21 14:01:15 +02:00
account_creator_service.h Fix build on Windows. 2017-03-31 17:06:25 +02:00
auth_info.h Remove @donotwrap tag for just deprecated functions. 2017-10-13 14:26:18 +02:00
buffer.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
call.h Fix build of linphonec, linphone-daemon and testers. 2017-09-21 17:32:54 +02:00
call_log.h fix(CallLog): better api... 2017-09-14 09:41:19 +02:00
call_params.h Convert LinphoneCallParams to use MediaSessionParams C++ class. 2017-09-07 14:07:47 +02:00
call_stats.h Use the c-tools for the Call object. 2017-09-21 16:04:35 +02:00
callbacks.h Reworking of the EC calibrator API in order to be automatically wrapped 2017-10-17 17:25:29 +02:00
chat.h Fixed compil broken due to chat message changes 2017-09-21 13:13:53 +02:00
conference.h fix(Conference): better and cleaned code 2017-07-22 17:44:10 +02:00
contactprovider.h Fix several compilation warnings caused by newly deprecated functions 2017-03-28 08:51:35 +02:00
content.h content_set_buffer now takes a uint8_t* instead of a void* so it can be correctly wrapped automatically 2017-10-19 10:44:13 +02:00
core.h Added new constructors for XmlRpcRequest and XmlRpcSession 2017-10-17 17:58:01 +02:00
core_utils.h Reworking of the EC calibrator API in order to be automatically wrapped 2017-10-17 17:25:29 +02:00
defs.h Use of BCTBX_NO_BREAK instead of LINPHONE_NO_BREAK 2017-05-31 15:25:47 +02:00
dictionary.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
error_info.h merge branch with reason header support and new ErrorInfo features. 2017-04-14 15:28:58 +02:00
event.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
factory.h add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers. 2017-10-19 11:06:35 +02:00
friend.h feat(friend): set_vcard should take a ref! 2017-05-09 10:28:02 +02:00
friendlist.h Added a few missing getters for some properties 2017-04-21 17:34:02 +02:00
headers.h Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs. 2017-06-26 22:49:15 +02:00
im_encryption_engine.h Do not wrap IMEE + fix java wrapper compil when using -j + fixed classBl in abstractAPI tool + various fixes for jni layer of java wrapper 2017-10-12 13:06:02 +02:00
im_notif_policy.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
info_message.h Disable wrapping of functions or structs that are deprecated at that commit time 2017-03-28 08:51:35 +02:00
ldapprovider.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
linphone_proxy_config.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphone_tunnel.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonecore.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonecore_utils.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonefriend.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonepresence.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
lpconfig.h Added linphone_config_get_bool and linphone_config_set_bool for Java wrapper + fixes for some Java classes 2017-10-17 15:48:12 +02:00
Makefile.am Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs. 2017-06-26 22:49:15 +02:00
misc.h Updated some tests in Register suite to use new LinphoneTransports object + Fixed wrapper generation for linphone_range_set/get_user_data methods 2017-04-18 18:07:50 +02:00
nat_policy.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
payload_type.h Reworking of Liblinphone's API around payload types 2017-04-03 12:34:49 +02:00
player.h The LinphonePlayer is now a belle_sip_object and is now wrappable. 2017-04-24 15:52:00 +02:00
presence.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
proxy_config.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
ringtoneplayer.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
sipsetup.h Compile source files as C++. 2017-07-21 17:06:41 +02:00
tunnel.h Disable wrapping of functions or structs that are deprecated at that commit time 2017-03-28 08:51:35 +02:00
types.h Created replacements for methods returning const char ** using bctbx_lists 2017-10-12 13:37:01 +02:00
vcard.h feat(vcard): add a clone method 2017-04-28 16:14:53 +02:00
video_definition.h Add missing symbol exports. 2017-04-20 15:26:25 +02:00
wrapper_utils.h [C++ wrapper] Fix generation of linphone::DialPlan class 2017-10-16 11:40:27 +02:00
xmlrpc.h Added new constructors for XmlRpcRequest and XmlRpcSession 2017-10-17 17:58:01 +02:00