source: roaraudio/doc/man3/roar_exit.3 @ 159:c5916bd25fe3

Last change on this file since 159:c5916bd25fe3 was 159:c5916bd25fe3, checked in by phi, 16 years ago

added some new manpages

File size: 682 bytes
Line 
1.\" roar_simple_play.3:
2
3.TH "roar_exit" "3" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido"
4
5.SH NAME
6roar_exit \- let RoarAudio's sound server quit
7
8.SH SYNOPSIS
9
10#include <roaraudio.h>
11
12int roar_exit(struct roar_connection * con);
13
14.SH "DESCRIPTION"
15Ask the sound server to quit.
16
17
18.SH "PARAMETERS"
19.TP
20\fBcon\fR
21An open controll connection to the server.
22
23.SH "RETURN VALUE"
24On success these calls return 0.  On error, -1 is returned.
25
26.SH "NOTES"
27Even when the call was successfull you have to use \fBroar_disconnect\fR(3) to disconnect from the server.
28
29.SH "EXAMPLES"
30FIXME
31
32.SH "SEE ALSO"
33\fBroar_disconnect\fR(3),
34\fBlibroar\fR(7),
35\fBRoarAudio\fR(7).
36
37.\" ll
Note: See TracBrowser for help on using the repository browser.