XRemoveConnectionWatch

Syntax

Status XRemoveConnectionWatch(display, procedure, client_data)
      Display *display;
      XWatchProc 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

XAddConnectionWatch(), XProcessInternalConnection(), XInternalConnectionNumbers(), "Internal Connections".
Christophe Tronche, ch@tronche.com