Lib::IXP - binding for libixp


Lib-IXP documentation  | view source Contained in the Lib-IXP distribution.

Index


NAME

Top

Lib::IXP - binding for libixp

SYNOPSIS

Top

   #
   # See perlwmii.pl from examples directory of this tarball
   # You need to customize a little bit for now, and then copy it
   # to your ~/.wmii/wmiirc file.
   #

DESCRIPTION

Top

Lib::IXP is a binding for the libixp library. This library is used to configure wmii, a window manager. Thus, this binding is used to configure wmii from a Perl program.

libixp may be found at: http://www.suckless.org/libs/libixp.html

wmii may be found at: http://www.suckless.org/wmii/

LOW-LEVEL FUNCTIONS

Top

ixp_mount (scalar)
ixp_mountfd (scalar)
ixp_unmount (scalar)
ixp_clientfd (scalar)
ixp_create (scalar, scalar, scalar, scalar)
ixp_open (scalar, scalar, scalar)
ixp_remove (scalar, scalar)
ixp_stat (scalar, scalar)
ixp_read (scalar, scalar, scalar)
ixp_write (scalar, scalar, scalar)
ixp_close (scalar)
ixp_errbuf ()
ixp_message (scalar, scalar, scalar)

HIGH-LEVEL FUNCTIONS

Top

xread (scalar, scalar, scalar)
xwrite (scalar, scalar, scalar)
xls (scalar, scalar)
xcreate (scalar, scalar, scalar)
xremove (scalar, scalar)

AUTHOR

Top

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Top


Lib-IXP documentation  | view source Contained in the Lib-IXP distribution.