]> granicus.if.org Git - taglib/commitdiff
Comment update for ID3v1::Tag::setStringHandler()
authortsuda.kageyu@gmail.com <Tsuda Kageyu>
Thu, 23 Aug 2012 08:45:25 +0000 (17:45 +0900)
committertsuda.kageyu@gmail.com <Tsuda Kageyu>
Thu, 23 Aug 2012 08:45:25 +0000 (17:45 +0900)
taglib/mpeg/id3v1/id3v1tag.h

index ad3fed99f3fd1154dd1fd28d224750ce807e7e40..9332d4dce5a2d2676f28f6935d78583332ec89a1 100644 (file)
@@ -154,8 +154,11 @@ namespace TagLib {
       /*!
        * Sets the string handler that decides how the ID3v1 data will be
        * converted to and from binary data.
-       * If the parameter \a handler is null, default ISO-8859-1 handler
-       * is restored.
+       * 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.
        *
        * \see StringHandler
        */