From 3fecdbf428c2db85ff81a599c6f6ee26130e788c Mon Sep 17 00:00:00 2001 From: "tsuda.kageyu@gmail.com" Date: Thu, 23 Aug 2012 17:57:00 +0900 Subject: [PATCH] Comment update for ID3v2::Tag::setLatin1StringHandler() --- taglib/mpeg/id3v2/id3v2tag.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/taglib/mpeg/id3v2/id3v2tag.h b/taglib/mpeg/id3v2/id3v2tag.h index 58bc5b5a..e6d6d4fd 100644 --- a/taglib/mpeg/id3v2/id3v2tag.h +++ b/taglib/mpeg/id3v2/id3v2tag.h @@ -364,10 +364,12 @@ namespace TagLib { /*! * Sets the string handler that decides how the "Latin-1" data will be * converted to and from binary data. + * If the parameter \a handler is null, the previous handler is + * released and default ISO-8859-1 handler is restored. + * + * \note The caller is responsible for deleting the previous handler + * as needed after it is released. * - * If the parameter \a handler is null, default ISO-8859-1 handler - * is restored. - * * \see Latin1StringHandler */ static void setLatin1StringHandler(const Latin1StringHandler *handler);