From: Scott Wheeler Date: Wed, 23 Jun 2004 22:39:39 +0000 (+0000) Subject: CVS_SILENT add a note in the docs about strip() behavior X-Git-Tag: v1.5~374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b0c38eee9193bd0a4f9289396123a66d29b63c8;p=taglib CVS_SILENT add a note in the docs about strip() behavior git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@323204 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/mpeg/mpegfile.h b/mpeg/mpegfile.h index 110c6a6b..a410cf84 100644 --- a/mpeg/mpegfile.h +++ b/mpeg/mpegfile.h @@ -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);