Commit graph

5 commits

Author SHA1 Message Date
Ghislain MARY
0b086009e9 Fix memory leak when cloning LinphoneContent objects. 2015-02-18 18:14:54 +01:00
Ghislain MARY
3347aa9a53 Fix const string return values so that wrapper generators know that these strings do not need to be dealloced. 2014-12-18 11:51:25 +01:00
Ghislain MARY
17c5372cd9 Add API to set/get a LinphoneContent data with a string type. 2014-11-24 11:06:33 +01:00
Ghislain MARY
9cabfe37dd A LinphoneContent object now owns all its data fields including the buffer.
A normal LinphoneContent object will now copy the data from the given buffer when calling linphone_content_set_buffer().
However LinphoneContent objects converted from LinphoneContentPrivate structures do not own its data fields.
2014-11-20 17:27:26 +01:00
Ghislain MARY
35189535a7 Convert LinphoneContent from a simple struct to a belle-sip object to ease generation of wrappers. 2014-11-18 16:42:16 +01:00