]> granicus.if.org Git - taglib/commitdiff
CVS_SILENT add a note in the docs about strip() behavior
authorScott Wheeler <wheeler@kde.org>
Wed, 23 Jun 2004 22:39:39 +0000 (22:39 +0000)
committerScott Wheeler <wheeler@kde.org>
Wed, 23 Jun 2004 22:39:39 +0000 (22:39 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@323204 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/mpegfile.h

index 110c6a6b9d3df3f0a2d68a8ea151d159e631c7c4..a410cf84c2a127a9974585fd3ff1618dadfcb3aa 100644 (file)
@@ -170,6 +170,9 @@ namespace TagLib {
        * This will strip the tags that match the OR-ed together TagTypes from the
        * file.  By default it strips all tags.  It returns true if the tags are
        * successfully stripped.
+       *
+       * \note This will also invalidate pointers to the ID3v2 and ID3v1 tags
+       * as their memory will be freed.
        */
       bool strip(int tags = AllTags);