.\" roar_simple_play.3: .TH "roar_disconnect" "3" "May 2011" "RoarAudio" "System Manager's Manual: RoarAudio" .SH NAME roar_disconnect \- disconnect from RoarAudio's sound server .SH SYNOPSIS #include int roar_disconnect(struct roar_connection * con); .SH "DESCRIPTION" Closes es connection previously opend via \fBBroar_simple_connect\fR(3) or \fBBroar_simple_connect2\fR(3). .SH "PARAMETERS" .TP \fBcon\fR The connection to be closed. .SH "RETURN VALUE" On success these calls return 0. On error, \-1 is returned. .SH "EXAMPLES" FIXME .SH "SEE ALSO" \fBroar_simple_connect\fR(3), \fBlibroar\fR(7), \fBRoarAudio\fR(7). .\" ll