Query: xdeleteassoc
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XDeleteAssoc() XDeleteAssoc() Name XDeleteAssoc - delete an entry from an association table. Synopsis XDeleteAssoc(display, table, x_id) Display *display; XAssocTable *table; XID x_id; Arguments display Specifies a connection to an X server; returned from XOpenDisplay(). table Specifies one of the association tables created by XCreateAssocTable. x_id Specifies the X resource ID of the association to be deleted. 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. XDeleteAssoc() deletes an association in an XAssocTable keyed on its XID. Redundant deletes (and deletes of nonexistent XID's) are mean- ingless and cause no problems. Deleting associations in no way impairs the performance of an XAssocTable. 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(), XDestroyAssocTable(), XLookUpAssoc(), XMakeAssoc(). Xlib - Association Tables XDeleteAssoc()
Related Man Pages |
---|
ecaccess-association-list(1p) - debian |
xsavecontext(3) - debian |
xfindcontext(3) - centos |
xdeletecontext(3) - x11r4 |
xuniquecontext(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
PHP Man Pages Now Available (Over 10,000) |
Sequence extraction |
Thank you members and admins |