mirror of
https://github.com/taglib/taglib.git
synced 2025-11-14 21:52:47 -05:00
Add warnings about calling File::save() repeatedly.
This commit is contained in:
@ -133,6 +133,11 @@ namespace TagLib {
|
||||
|
||||
/*!
|
||||
* Saves the file.
|
||||
*
|
||||
* This returns true if the save was successful.
|
||||
*
|
||||
* \warning In the current implementation, it's dangerous to call save()
|
||||
* repeatedly. At worst it will corrupt the file.
|
||||
*/
|
||||
virtual bool save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user