projects
/
taglib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e7bb2
)
Add some supplementary comments.
author
Tsuda Kageyu
<tsuda.kageyu@gmail.com>
Mon, 3 Aug 2015 13:31:16 +0000
(22:31 +0900)
committer
Tsuda Kageyu
<tsuda.kageyu@gmail.com>
Mon, 3 Aug 2015 13:31:16 +0000
(22:31 +0900)
taglib/mpeg/mpegfile.h
patch
|
blob
|
history
diff --git
a/taglib/mpeg/mpegfile.h
b/taglib/mpeg/mpegfile.h
index 01f81d1c70f9cf10d6ec6d2ac83ef686857decb8..1790807370c926d7eeea03af7ceaa0391b93f018 100644
(file)
--- a/
taglib/mpeg/mpegfile.h
+++ b/
taglib/mpeg/mpegfile.h
@@
-301,6
+301,8
@@
namespace TagLib {
*
* \note This will also invalidate pointers to the ID3 and APE tags
* as their memory will be freed.
+ *
+ * \note This will update the file immediately.
*/
bool strip(int tags = AllTags);
@@
-311,6
+313,8
@@
namespace TagLib {
*
* If \a freeMemory is true the ID3 and APE tags will be deleted and
* pointers to them will be invalidated.
+ *
+ * \note This will update the file immediately.
*/
// BIC: merge with the method above
bool strip(int tags, bool freeMemory);