diff --git a/bindings/c/tag_c.h b/bindings/c/tag_c.h index 09eb394b..ea042489 100644 --- a/bindings/c/tag_c.h +++ b/bindings/c/tag_c.h @@ -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);