mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
Comment update for ID3v2::Tag::setLatin1StringHandler()
This commit is contained in:
parent
fe8053c7d5
commit
3fecdbf428
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user