Commit graph

13 commits

Author SHA1 Message Date
Ghislain MARY
89565386ac Working file transfer in Python.
- Add the LinphoneBuffer object so that file transfer callbacks do not pass out parameters
- Use the LinphoneBuffer object in the file transfer callbacks
- Implement the file_transfer_send callback in the Python file transfer test
2014-12-10 16:35:19 +01:00
Ghislain MARY
a6cfecf3e4 Handle events in classes other than LinphoneCore.
Callbacks getters still need to be implemented correctly.
2014-12-05 16:14:04 +01:00
Ghislain MARY
067c8a9527 For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation. 2014-08-14 14:44:59 +02:00
Ghislain MARY
31ab25d815 Handle PayloadType objects in the Python wrapper. 2014-08-13 16:10:48 +02:00
Ghislain MARY
de9538cf8d Take the XML directory instead of all the XML files as parameter for the genapixml.py script. 2014-08-06 17:38:27 +02:00
Ghislain MARY
affdb49e12 Include type and complete type for arguments in the generated XML file of the API. 2014-07-11 14:11:53 +02:00
Ghislain MARY
eabe6cabb7 Complete arguments type checking in the genapixml tool. 2014-07-10 11:34:11 +02:00
Ghislain MARY
c228387471 Do not include empty classes to the XML file generated by the genapixml tool. 2014-07-10 11:16:23 +02:00
Ghislain MARY
03a7fe29fd Add attributes for classes in the XML file generated by the genapixml tool to tell whether a class is refcountable and/or destroyable. 2014-07-10 11:11:52 +02:00
Ghislain MARY
867a5a90f6 Always include the deprecated attribute in the XML file generated by the genapixml tool. 2014-07-10 11:02:05 +02:00
Ghislain MARY
6ef708d85f Do not include non-documented functions to the API. 2014-07-10 10:55:54 +02:00
Ghislain MARY
1661ea383a Add copyright notice. 2014-07-09 14:29:48 +02:00
Ghislain MARY
2472742b6f Add tool to generate an XML file describing the Linphone API. 2014-07-02 15:05:26 +02:00