Manual Pages for Linux CentOS command on man xcb_randr_get_screen_resources_crtcs_length
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_randr_get_screen_resources_crtcs_length

xcbrandrgetscreenresources(3)XCB Requestsxcbrandrgetscreenresources(3)

NAME

xcbrandrgetscreenresources - SYNOPSIS

#include Request function xcbrandrgetscreenresourcescookiet xcbrandrgetscreenresources(xcbconnectiont *conn, xcbwindowt window); Reply datastructure typedef struct xcbrandrgetscreenresourcesreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; xcbtimestampt timestamp; xcbtimestampt configtimestamp; uint16t numcrtcs; uint16t numoutputs; uint16t nummodes; uint16t nameslen; uint8t pad1[8]; } xcbrandrgetscreenresourcesreplyt; Reply function xcbrandrgetscreenresourcesreplyt *xcbrandrgetscreenresourcesreply(xcbconnectiont *conn, xcbrandrgetscreenresourcescookiet cookie, xcbgenericerrort **e); Reply accessors xcbrandrcrtct *xcbrandrgetscreenresourcescrtcs(const xcbrandrgetscreenresourcesrequestt *reply); int xcbrandrgetscreenresourcescrtcslength(const xcbrandrgetscreenresourcesreplyt *reply); xcbgenericiteratort xcbrandrgetscreenresourcescrtcsend(const xcbrandrgetscreenresourcesreplyt *reply); xcbrandroutputt *xcbrandrgetscreenresourcesoutputs(const xcbrandrgetscreenresourcesrequestt *reply); int xcbrandrgetscreenresourcesoutputslength(const xcbrandrgetscreenresourcesreplyt *reply); xcbgenericiteratort xcbrandrgetscreenresourcesoutputsend(const xcbrandrgetscreenresourcesreplyt *reply); xcbrandrmodeinfot *xcbrandrgetscreenresourcesmodes(const xcbrandrgetscreenresourcesrequestt *reply); int xcbrandrgetscreenresourcesmodeslength(const xcbrandrgetscreenresourcesreplyt *reply); xcbrandrmodeinfoiteratort xcbrandrgetscreenresourcesmodesiterator(const xcbrandrgetscreenresourcesreplyt *reply); uint8t *xcbrandrgetscreenresourcesnames(const xcbrandrgetscreenresourcesrequestt *reply); int xcbrandrgetscreenresourcesnameslength(const xcbrandrgetscreenresourcesreplyt *reply); xcbgenericiteratort xcbrandrgetscreenresourcesnamesend(const xcbrandrgetscreenresourcesreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBRANDRGETSCREENRE‐ SOURCES. This field is also present in the xcbgenericre‐ plyt 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). timestamp TODO: NOT YET DOCUMENTED. configtimestamp TODO: NOT YET DOCUMENTED. numcrtcs TODO: NOT YET DOCUMENTED. numoutputs TODO: NOT YET DOCUMENTED. nummodes TODO: NOT YET DOCUMENTED. nameslen TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbrandrgetscreenresourcescookiet. Errors have to be handled when calling the reply function xcbrandrgetscreenre‐ sourcesreply. If you want to handle errors in the event loop instead, use xcbran‐

drgetscreenresourcesunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from randr.xml. Contact xcb@lists.freedesktop.org for correc‐ tions and improvements. X Version 11 libxcb 1.13xcbrandrgetscreenresources(3)




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