XRemoveHosts

Syntax

XRemoveHosts(display, hosts, num_hosts)
      Display *display;
      XHostAddress *hosts;
      int num_hosts;

Arguments

display Specifies the connection to the X server.
hosts Specifies each host that is to be removed.
num_hosts Specifies the number of hosts.

Description

The XRemoveHosts() function removes each specified host from the access control list for that display. The X server must be on the same host as the client process, or a BadAccess error results. If you remove your machine from the access list, you can no longer connect to that server, and this operation cannot be reversed unless you reset the server.

XRemoveHosts() can generate BadAccess and BadValue errors.

Diagnostics

BadAccess A client attempted to free a color map entry that it did not already allocate.
BadAccess A client attempted to store into a read-only color map entry.
BadValue Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error.

See also

XAddHost(), XAddHosts(), XDisableAccessControl(), XEnableAccessControl(), XFree() XListHosts(), XRemoveHost(), XRemoveHosts(), XSetAccessControl(), "Adding, Getting, or Removing Hosts"
Christophe Tronche, ch@tronche.com