xcb_kill_client_checked

@brief kills a client

@param c The connection @param resource Any resource belonging to the client (for example a Window), used to identify the client connection. \n The special value of XCB_KILL_ALL_TEMPORARY, the resources of all clients that have terminated in RetainTemporary (TODO) are destroyed. @return A cookie

Forces a close down of the client that created the specified \a resource.

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

extern (C)
xcb_kill_client_checked

Meta