Manual Pages for Linux CentOS command on man xcb_alloc_color_cells
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_alloc_color_cells

xcballoccolorcells(3) XCB Requests xcballoccolorcells(3)

NAME

xcballoccolorcells - SYNOPSIS

#include Request function xcballoccolorcellscookiet xcballoccolorcells(xcbconnectiont *conn, uint8t contiguous, xcbcolormapt cmap, uint16t colors, uint16t planes); Reply datastructure typedef struct xcballoccolorcellsreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; uint16t pixelslen; uint16t maskslen; uint8t pad1[20]; } xcballoccolorcellsreplyt; Reply function xcballoccolorcellsreplyt *xcballoccolorcellsreply(xcbconnectiont *conn, xcballoccolorcellscookiet cookie, xcbgenericerrort **e); Reply accessors uint32t *xcballoccolorcellspixels(const xcballoccolorcellsrequestt *reply); int xcballoccolorcellspixelslength(const xcballoccolorcellsreplyt *reply); xcbgenericiteratort xcballoccolorcellspixelsend(const xcballoccolorcellsreplyt *reply); uint32t *xcballoccolorcellsmasks(const xcballoccolorcellsrequestt *reply); int xcballoccolorcellsmaskslength(const xcballoccolorcellsreplyt *reply); xcbgenericiteratort xcballoccolorcellsmasksend(const xcballoccolorcellsreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. contiguous TODO: NOT YET DOCUMENTED. cmap TODO: NOT YET DOCUMENTED. colors TODO: NOT YET DOCUMENTED. planes TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBALLOCCOLORCELLS. 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). pixelslen TODO: NOT YET DOCUMENTED. maskslen TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcballoccolorcellscookiet. Errors have to be handled when calling the reply function xcballoccolorcellsreply. If you want to handle errors in the event loop instead, use xcbal‐

loccolorcellsunchecked. 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 xcballoccolorcells(3)




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