Merge remote-tracking branch 'TsudaKageyu/id3v2-comment-update'

This commit is contained in:
Lukáš Lalinský 2012-08-23 11:00:32 +02:00
commit 9bb57fe0a7

View File

@ -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);