NAME
xcbkillclient - kills a client SYNOPSIS
#include
Request function xcbvoidcookiet xcbkillclient(xcbconnectiont *conn, uint32t resource); REQUEST ARGUMENTS conn The XCB connection to X11. resource Any resource belonging to the client (for example a Window), used to identify the client connection. The special value of XCBKILLALLTEMPORARY, the resources of all clients that have terminated in RetainTemporary (TODO) are destroyed. DESCRIPTION Forces a close down of the client that created the specified resource. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead, use xcbkillclientchecked. See xcb-requests(3) for details. ERRORS xcbvalueerrort The specified resource does not exist. SEE ALSO
xcb-requests(3), xkill(1) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbkillclient(3)