Ignore:
Timestamp:
05/28/11 17:23:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some manpage correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man3/roar_simple_connect.3

    r4013 r5032  
    11.\" roar_simple_play.3: 
    22 
    3 .TH "roar_simple_connect" "3" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido" 
     3.TH "roar_simple_connect" "3" "May 2011" "RoarAudio" "System Manager's Manual: RoarAudio" 
    44 
    55.SH NAME 
    6 roar_simple_connect \- Opens a connection to RoarAudio's sound server 
     6roar_simple_connect, roar_simple_connect2 \- Opens a connection to RoarAudio's sound server 
    77 
    88.SH SYNOPSIS 
     
    1111 
    1212int roar_simple_connect (struct roar_connection * con, char * server, char * name); 
     13int roar_simple_connect2(struct roar_connection * con, char * server, char * name, int flags, uint_least32_t timeout); 
     14 
    1315 
    1416.SH "DESCRIPTION" 
    15 This call opens a connection to the RoarAudio's sound server. This is useful for controlling the server or 
    16 update meta data of any kind. For simple playback see \fBroar_simple_play\fR(3). 
     17This calls opens a connection to the RoarAudio's sound server. 
    1718To disconnect use \fBroar_disconnect\fR(3). 
    1819 
     
    3132The name of this client. Should be the name of the player without any paths or filenames. 
    3233 
     34.TP 
     35\fBflags\fR 
     36Flags used to connect to the server. Currently only ROAR_ENUM_FLAG_NONE and ROAR_ENUM_FLAG_NONBLOCK are supported. 
     37ROAR_ENUM_FLAG_NONBLOCK disables some of the server location features. 
     38 
     39.TP 
     40\fBtimeout\fR 
     41Timeout for the connection. A value of zero means no timeout. Currently timeouts are not supported. 
     42 
    3343.SH "RETURN VALUE" 
    3444On success these calls return 0.  On error, \-1 is returned. 
     
    3949.SH "SEE ALSO" 
    4050\fBroar_disconnect\fR(3), 
    41 \fBroar_simple_play\fR(3), 
    4251\fBlibroar\fR(7), 
    4352\fBRoarAudio\fR(7). 
Note: See TracChangeset for help on using the changeset viewer.