source: roaraudio/doc/man3/roar_disconnect.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: 620 bytes
Line 
1.\" roar_simple_play.3:
2
3.TH "roar_disconnect" "3" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido"
4
5.SH NAME
6roar_disconnect \- disconnect from RoarAudio's sound server
7
8.SH SYNOPSIS
9
10#include <roaraudio.h>
11
12int roar_disconnect(struct roar_connection * con);
13
14.SH "DESCRIPTION"
15Closes es connection previously opend via \fBBroar_simple_connect\fR(3).
16
17
18.SH "PARAMETERS"
19.TP
20\fBcon\fR
21The connection to be closed.
22
23.SH "RETURN VALUE"
24On success these calls return 0.  On error, -1 is returned.
25
26.SH "EXAMPLES"
27FIXME
28
29.SH "SEE ALSO"
30\fBroar_simple_connect\fR(3),
31\fBlibroar\fR(7),
32\fBRoarAudio\fR(7).
33
34.\" ll
Note: See TracBrowser for help on using the repository browser.