Manual Pages for Linux CentOS command on man xcb_create_gc_checked
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_create_gc_checked

xcbcreategc(3) XCB Requests xcbcreategc(3)

NAME

xcbcreategc - Creates a graphics context SYNOPSIS

#include Request function xcbvoidcookiet xcbcreategc(xcbconnectiont *conn, xcbgcontextt cid, xcbdrawablet drawable, uint32t valuemask, const void *valuelist); REQUEST ARGUMENTS conn The XCB connection to X11. cid The ID with which you will refer to the graphics context, created by xcbgenerateid. drawable Drawable to get the root/depth from. valuemask TODO: NOT YET DOCUMENTED. valuelist TODO: NOT YET DOCUMENTED. DESCRIPTION Creates a graphics context. The graphics context can be used with any drawable that has the same root and depth as the specified drawable. 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 xcbcreategcchecked. See xcb-requests(3) for details. ERRORS xcballocerrort The X server could not allocate the requested resources (no memory?). xcbdrawableerrort The specified drawable (Window or Pixmap) does not exist. xcbfonterrort TODO: reasons? xcbmatcherrort TODO: reasons? xcbpixmaperrort TODO: reasons? xcbvalueerrort TODO: reasons? SEE ALSO

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




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