Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DstAsscTble(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XDestroyAssocTable — free the memory allocated for an association table. 

SYNOPSIS

XDestroyAssocTable(table) XAssocTable ∗table;

ARGUMENTS

tableSpecifies the association table whose memory is to be freed. 

DESCRIPTION

This function is provided for compatibility with X Version 10.  To use it you must include the file <X11/X10.h> and link with the library -loldX. 

Using an XAssocTable after it has been destroyed will have unpredictable consequences. 

For more information on association tables, see Volume One, Appendix B, X10 Compatibility. 

STRUCTURES

typedef struct {
    XAssoc ∗buckets;    /∗ pointer to first bucket in array ∗/
    int size;           /∗ table size (number of buckets) ∗/ } XAssocTable;

SEE ALSO

XCreateAssocTable(), XDeleteAssoc(), XLookUpAssoc(), XMakeAssoc(). 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026