mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Mention the return type.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@344197 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
20fb2bd1ec
commit
c142f9e47c
@ -81,6 +81,9 @@ typedef enum {
|
||||
/*!
|
||||
* Creates a TagLib file based on \a filename. TagLib will try to guess the file
|
||||
* type.
|
||||
*
|
||||
* \returns NULL if the file type cannot be determined or the file cannot
|
||||
* be opened.
|
||||
*/
|
||||
TagLib_File *taglib_file_new(const char *filename);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user