Man page - xpaatexit(3)
Packages contas this manual
- xpaatexit(3)
- xpaconvert(7)
- xpaget(3)
- xpatemplate(7)
- xpaaccess(3)
- xpainet(7)
- xpacommon(7)
- xpamainloop(3)
- xpamethod(7)
- xpanslookup(3)
- xpacmdadd(3)
- xpacode(7)
- xpaenv(7)
- xpaclient(3)
- xpaname(7)
- xpaclose(3)
- xpaacl(7)
- xparace(3)
- xpacmddel(3)
- xpamacros(3)
- xpapoll(3)
- xpaset(3)
- xpaoom(7)
- xpasetfd(3)
- xpaintro(7)
- xpanew(3)
- xpaopen(3)
- xpa(7)
- xpaxt(7)
- xpafree(3)
- xpausers(7)
- xpachanges(7)
- xpainfo(3)
- xpaserver(3)
- xpacmdnew(3)
- xpainfonew(3)
- xpacleanup(3)
- xpagetfd(3)
Package: libxpa-dev
apt-get install libxpa-dev
apt-get install libxpa-dev
Manuals in package:
Documentations in package:
Manual
| xpaatexit(3) | SAORD Documentation | xpaatexit(3) |
NAME
XPAAtExit - install exit handler
SYNOPSIS
#include <xpa.h> void XPAAtExit(void);
DESCRIPTION
XPAAtExit() will install an exit handler using atexit() to run XPAFree on all XPA access points. This might be useful in cases where Unix sockets are being used: if an explicit call to XPAFree() is not made by the program, the Unix socket file will not be deleted immediately without an atexit handler. (NB: this call should not be made in a Tcl/Tk application. Accessing the Tcl native file system after Tcl has shut down all file systems causes the Tcl/Tl program to crash).
| July 23, 2013 | version 2.1.15 |