mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Comment update for ID3v1::Tag::setStringHandler()
This commit is contained in:
parent
eb63ee8ec6
commit
4b4f70253b
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user