doc/api.html : Add mention of use of sf_strerror() when sf_open() fails.

This commit is contained in:
Erik de Castro Lopo 2010-11-11 20:02:14 +11:00
parent 5a25432708
commit b90f6fb2b0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-11-11 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* doc/api.html
Add mention of use of sf_strerror() when sf_open() fails.
2010-11-01 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* configure.ac

View File

@ -255,6 +255,8 @@ On success, the sf_open function returns a non-NULL pointer which should be
passed as the first parameter to all subsequent libsndfile calls dealing with
that audio file.
On fail, the sf_open function returns a NULL pointer.
An explanation of the error can obtained by passing NULL to
<A HREF="#error">sf_strerror</A>.
</P>
<A NAME="open_fd"></A>