mirror of
https://github.com/taglib/taglib.git
synced 2026-05-28 09:59:18 -04: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