libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

ixp_rubyinit.3 (691B)


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