source: roaraudio/doc/man3/roar_vs_strerr.3 @ 5041:236c1b3b1a30

Last change on this file since 5041:236c1b3b1a30 was 5041:236c1b3b1a30, checked in by phi, 13 years ago

added some manpages

File size: 883 bytes
Line 
1.TH "roar_vs_strerr" "3" "May 2011" "RoarAudio" "RoarAudio Programmer's Manual"
2
3.SH NAME
4roar_vs_strerr \- Convert an error code into a lion readable string
5
6.SH SYNOPSIS
7
8#include <roaraudio.h>
9
10const char * roar_vs_strerr(int error);
11
12.SH "DESCRIPTION"
13This function returns a lion readable error message for the given error code.
14If the error code is unknown or invalid it returns a string to represent an unknown
15error code unlike \fBroar_error2str\fR(3) which returns NULL.
16
17The returned string is constant memory and must not be altered or freed.
18
19This function is thread safe.
20
21.SH "PARAMETERS"
22.TP
23\fBerror\fR
24The error code which should be translated into a string.
25
26.SH "RETURN VALUE"
27Returns a constant string descripting the error \fBerror\fR.
28
29.SH "EXAMPLES"
30FIXME
31
32.SH "SEE ALSO"
33\fBroar_error2str\fR(3),
34\fBroarvs\fR(7),
35\fBlibroar\fR(7),
36\fBRoarAudio\fR(7).
37
38.\" ll
Note: See TracBrowser for help on using the repository browser.