Manual Pages for Linux CentOS command on man xcb_change_save_set
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_change_save_set

xcbchangesaveset(3) XCB Requests xcbchangesaveset(3)

NAME

xcbchangesaveset - Changes a client's save set SYNOPSIS

#include Request function xcbvoidcookiet xcbchangesaveset(xcbconnectiont *conn, uint8t mode, xcbwindowt window); REQUEST ARGUMENTS conn The XCB connection to X11. mode One of the following values: XCBSETMODEINSERT TODO: NOT YET DOCUMENTED. XCBSETMODEDELETE TODO: NOT YET DOCUMENTED. Insert to add the specified window to the save set or Delete to delete it from the save set. window The window to add or delete to/from your save set. DESCRIPTION TODO: explain what the save set is for. This function either adds or removes the specified window to the client's (your application's) save set. 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 xcbchangesavesetchecked. See xcb-requests(3) for details. ERRORS xcbmatcherrort You created the specified window. This does not make sense, you can only add windows created by other clients to your save set. xcbvalueerrort You specified an invalid mode. xcbwindowerrort The specified window does not exist. SEE ALSO

xcb-requests(3), xcbreparentwindow(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbchangesaveset(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™