oops -- forgot FLAC -- return bool for the FLAC::File::save() too to provide

some information on if the save was successful.


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@323170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2004-06-23 18:45:26 +00:00
parent 8bdecaf320
commit 0d04000f74
4 changed files with 14 additions and 5 deletions

View File

@ -108,8 +108,10 @@ namespace TagLib {
* Save the file. This will primarily save the XiphComment, but
* will also keep any old ID3-tags up to date. If the file
* has no XiphComment, one will be constructed from the ID3-tags.
*
* This returns true if the save was successful.
*/
virtual void save();
virtual bool save();
/*!
* Returns a pointer to the ID3v2 tag of the file.