XSetAccessControl

Syntax

XSetAccessControl(display, mode)
      Display *display;
      int mode;

Arguments

display Specifies the connection to the X server.
mode Specifies the mode. You can pass EnableAccess or DisableAccess .

Description

The XSetAccessControl() function either enables or disables the use of the access control list at each connection setup.

XSetAccessControl() 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(), "Changing, Enabling, or Disabling Access Control".
Christophe Tronche, ch@tronche.com