From: Scott Wheeler Date: Sun, 5 Sep 2004 17:55:47 +0000 (+0000) Subject: Mention the return type. X-Git-Tag: v1.5~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c142f9e47c0d5907611d725c75c979c1bee7e8fd;p=taglib Mention the return type. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@344197 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- 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);