projects
/
taglib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20fb2bd
)
Mention the return type.
author
Scott Wheeler
<wheeler@kde.org>
Sun, 5 Sep 2004 17:55:47 +0000
(17:55 +0000)
committer
Scott 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
patch
|
blob
|
history
diff --git
a/bindings/c/tag_c.h
b/bindings/c/tag_c.h
index 09eb394b12e08e52b3a9136deb917d4e4432c8c0..ea042489c553803bb876eac262fe46541de73850 100644
(file)
--- 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);