Mention the return type.
authorScott Wheeler <wheeler@kde.org>
Sun, 5 Sep 2004 17:55:47 +0000 (17:55 +0000)
committerScott Wheeler <wheeler@kde.org>
Sun, 5 Sep 2004 17:55:47 +0000 (17:55 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@344197 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

bindings/c/tag_c.h

index 09eb394b12e08e52b3a9136deb917d4e4432c8c0..ea042489c553803bb876eac262fe46541de73850 100644 (file)
@@ -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);