From c142f9e47c0d5907611d725c75c979c1bee7e8fd Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 5 Sep 2004 17:55:47 +0000 Subject: [PATCH] Mention the return type. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@344197 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- bindings/c/tag_c.h | 3 +++ 1 file changed, 3 insertions(+) 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);