Manual Pages for Linux CentOS command on man xcb_lookup_color_unchecked
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_lookup_color_unchecked

xcblookupcolor(3) XCB Requests xcblookupcolor(3)

NAME

xcblookupcolor - SYNOPSIS

#include Request function xcblookupcolorcookiet xcblookupcolor(xcbconnectiont *conn, xcbcolormapt cmap, uint16t namelen, const char *name); Reply datastructure typedef struct xcblookupcolorreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; uint16t exactred; uint16t exactgreen; uint16t exactblue; uint16t visualred; uint16t visualgreen; uint16t visualblue; } xcblookupcolorreplyt; Reply function xcblookupcolorreplyt *xcblookupcolorreply(xcbconnectiont *conn, xcblookupcolorcookiet cookie, xcbgenericerrort **e); REQUEST ARGUMENTS conn The XCB connection to X11. cmap TODO: NOT YET DOCUMENTED. namelen TODO: NOT YET DOCUMENTED. name TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBLOOKUPCOLOR. This field is also present in the xcbgenericreplyt and can be used to tell replies apart from each other. sequence The sequence number of the last request processed by the X11 server. length The length of the reply, in words (a word is 4 bytes). exactred TODO: NOT YET DOCUMENTED. exactgreen TODO: NOT YET DOCUMENTED. exactblue TODO: NOT YET DOCUMENTED. visualred TODO: NOT YET DOCUMENTED. visualgreen TODO: NOT YET DOCUMENTED. visualblue TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcblookupcolorcookiet. Errors have to be handled when calling the reply function xcblookupcolorreply. If you want to handle errors in the event loop instead, use

xcblookupcolorunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcblookupcolor(3)




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