libixp

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

ixp_unsettimer.3 (526B)


      1 .TH "IXP_UNSETTIMER" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_unsettimer
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   int ixp_unsettimer(IxpServer *srv, long id);
     12 .fi
     13 
     14 .SH PARAMETERS
     15 .TP
     16 id
     17 The id number of the timer to void.
     18 
     19 .SH DESCRIPTION
     20 .P
     21 Voids the timer identified by IidR.
     22 
     23 .SH RETURN VALUE
     24 .P
     25 Returns true if a timer was stopped, false
     26 otherwise.
     27 
     28 .SH SEE ALSO
     29 .P
     30 ixp_settimer(3), ixp_serverloop(3)
     31 
     32 
     33 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     34 .\" cmdline: txt2tags -o- ixp_unsettimer.man3
     35