source: roaraudio/doc/man3/roar_errorstring.3 @ 5597:50c7cb36402f

Last change on this file since 5597:50c7cb36402f was 5597:50c7cb36402f, checked in by phi, 12 years ago

added some new error manpages

File size: 608 bytes
Line 
1.TH "roar_errorstring" "3" "July 2012" "RoarAudio" "RoarAudio Programmer's Manual"
2
3.SH NAME
4roar_errorstring \- Lion readable error string for current RoarAudio error value
5
6.SH SYNOPSIS
7
8#include <roaraudio.h>
9
10.SH "DESCRIPTION"
11This variable is a read-only string of the current RoarAudio error code.
12It may be defined as variable or macro. It is equivalent to "roar_error2str(roar_error)".
13
14.SH "VALUE"
15Constants a string descripting the error \fBerror\fR or NULL on error.
16
17.SH "EXAMPLES"
18FIXME
19
20.SH "SEE ALSO"
21\fBroar_error2str\fR(3),
22\fBroar_error\fR(3),
23\fBlibroar\fR(7),
24\fBRoarAudio\fR(7).
25
26.\" ll
Note: See TracBrowser for help on using the repository browser.