1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.TH "IXP_RUBYINIT" 3 "2012 Dec" "libixp Manual"
.SH NAME
.P
ixp_rubyinit
.SH SYNOPSIS
.nf
#include <ixp.h>
ixp_rubyinit
.fi
.SH DESCRIPTION
.P
This function initializes libixp for use in multithreaded
programs embedded in the ruby interpreter. When using a pthread
edition of ruby, ixp_pthread_init should be used instead. When
using libixp in such programs, this function must be called
before any other libixp functions.
.P
This function is part of libixp_rubythread, which is part of the
libixp distribution, but is not built by default unless enabled
in config.mk.
.\" man code generated by txt2tags 2.6 (http://txt2tags.org)
.\" cmdline: txt2tags -o- ixp_rubyinit.man3
|