XDeleteAssoc
Syntax
XDeleteAssoc(
display
,
table
,
x_id
)
Display
*
display
;
XAssocTable
*
table
; XID
x_id
;
Arguments
display
Specifies the connection to the X server.
table
Specifies the assoc table.
x_id
Specifies the X resource ID.
Description
The
XDeleteAssoc()
function deletes an association in an
XAssocTable
keyed on its XID. Redundant deletes (and deletes of nonexistent XIDs) are ignored. Deleting associations in no way impairs the performance of an
XAssocTable
.
See also
"
Compatibility Functions
".
Christophe Tronche
,
ch@tronche.com