xdeleteassoc(3) hpux man page | unix.com

Man Page: xdeleteassoc

Operating Environment: hpux

Section: 3

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
xfindcontext(3) - debian
xuniquecontext(3) - debian
xuniquecontext(3) - centos
xdeletecontext(3) - x11r4
xuniquecontext(3) - x11r4
Similar Topics in the Unix Linux Community
PHP Man Pages Now Available (Over 10,000)
How to extract every repeated string between two specific string?
Hpux 11iV3 administration document
Thank you members and admins