XRemoveConnectionWatch(3X) XLIB FUNCTIONS XRemoveConnectionWatch(3X)
NAME
XRemoveConnectionWatch - removes a previously registered connection watch procedure
SYNTAX
Status XRemoveConnectionWatch(display, procedure, client_data)
Display *display;
XConnectionWatchProc procedure;
XPointer client_data;
ARGUMENTS
display Specifies the connection to the X server.
procedure Specifies the procedure to be called.
client_data
Specifies the additional client data.
DESCRIPTION
The XRemoveConnectionWatch function removes a previously registered connection watch procedure. The client_data must match the client_data
used when the procedure was initially registered.
SEE ALSO
XConnectionWatchProc(3X) XAddConnectionWatch(3X), XProcessInternalConnection(3X), XInternalConnectionNumbers(3X)
X Version 11 Release 6 XRemoveConnectionWatch(3X)