mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Add a warning note to File::save()
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@573841 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
8e52873513
commit
784f71409b
@ -80,6 +80,12 @@ namespace TagLib {
|
||||
/*!
|
||||
* Save the file and its associated tags. This should be reimplemented in
|
||||
* the concrete subclasses. Returns true if the save succeeds.
|
||||
*
|
||||
* \warning On UNIX multiple processes are able to write to the same file at
|
||||
* the same time. This can result in serious file corruption. If you are
|
||||
* developing a program that makes use of TagLib from multiple processes you
|
||||
* must insure that you are only doing writes to a particular file from one
|
||||
* of them.
|
||||
*/
|
||||
virtual bool save() = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user