Skip to content

Fix UserTextIdentificationFrame constructor#120

Merged
robinst merged 1 commit intomainfrom
fix-txxx-constructor-overload
Apr 13, 2022
Merged

Fix UserTextIdentificationFrame constructor#120
robinst merged 1 commit intomainfrom
fix-txxx-constructor-overload

Conversation

@robinst
Copy link
Owner

@robinst robinst commented Apr 12, 2022

Calling the constructor with TagLib::StringList didn't work before because of a missing typecheck typemap. Without that, swig doesn't know that a Ruby array works for a TagLib::StringList argument.

See https://www.swig.org/Doc4.0/SWIGDocumentation.html#Typemaps_overloading

Fixes #107.

Calling the constructor with `TagLib::StringList` didn't work before
because of a missing typecheck typemap.

Fixes #107.
@robinst robinst merged commit 60fbe53 into main Apr 13, 2022
@robinst robinst deleted the fix-txxx-constructor-overload branch April 13, 2022 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Constructor for UserTextIdentificationFrame not working has expected

1 participant