Changeset 1113:c4f7255f7b5d in roaraudio for doc/man3


Ignore:
Timestamp:
01/14/09 18:42:40 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated manpages a bit, mostly updated parameter lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man3/roar_exit.3

    r159 r1113  
    66roar_exit \- let RoarAudio's sound server quit 
    77 
     8roar_terminate \- let RoarAudio's sound server quit as soon as all clients quit 
     9 
    810.SH SYNOPSIS 
    911 
     
    1214int roar_exit(struct roar_connection * con); 
    1315 
     16int roar_terminate(struct roar_connection * con, int terminate); 
     17 
    1418.SH "DESCRIPTION" 
    1519Ask the sound server to quit. 
     20 
     21roar_exit() let the server quit .... 
     22 
     23roar_terminate() will let the server quit as soon as all clients disconnects 
     24and all input streams ended. The listening socket will be closed. This is useful 
     25in case of restarting roard. 
    1626 
    1727 
     
    2030\fBcon\fR 
    2131An open controll connection to the server. 
     32 
     33.TP 
     34\fBterminate\fR 
     35Wait for all clients to disconnect and all streams to EOF in case of 1. 
     36In case of 0 roar_terminate() is equal to roar_exit(). 
    2237 
    2338.SH "RETURN VALUE" 
Note: See TracChangeset for help on using the changeset viewer.