taglib wchar support

This commit is contained in:
2026-04-30 16:22:56 +02:00
parent 0d862b909e
commit 229485e40b
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -12,6 +12,7 @@
_TagLib_AudioProperties-pointer
taglib_file_new
taglib_file_new_wchar
taglib_file_new_type
taglib_file_is_valid
taglib_file_free
@@ -106,6 +107,10 @@
(define-tag-c-lib taglib_file_new
(_fun _string/utf-8 -> _TagLib_File-pointer ))
; TAGLIB_C_EXPORT TagLib_File *taglib_file_new_wchar(const wchar_t *filename);
(define-tag-c-lib taglib_file_new_wchar
(_fun _string/utf-16 -> _TagLib_File-pointer ))
; TagLib_File *taglib_file_new_type(const char *filename, TagLib_File_Type type);
(define-tag-c-lib taglib_file_new_type
(_fun _string/utf-8 TagLib_File_Type -> _TagLib_File-pointer))