Manual Pages for Linux CentOS command on man xcb_randr_get_output_info_crtcs_end
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_randr_get_output_info_crtcs_end

xcbrandrgetoutputinfo(3) XCB Requests xcbrandrgetoutputinfo(3)

NAME

xcbrandrgetoutputinfo - SYNOPSIS

#include Request function xcbrandrgetoutputinfocookiet xcbrandrgetoutputinfo(xcbconnectiont *conn, xcbrandroutputt output, xcbtimestampt configtimestamp); Reply datastructure typedef struct xcbrandrgetoutputinforeplyt { uint8t responsetype; uint8t status; uint16t sequence; uint32t length; xcbtimestampt timestamp; xcbrandrcrtct crtc; uint32t mmwidth; uint32t mmheight; uint8t connection; uint8t subpixelorder; uint16t numcrtcs; uint16t nummodes; uint16t numpreferred; uint16t numclones; uint16t namelen; } xcbrandrgetoutputinforeplyt; Reply function xcbrandrgetoutputinforeplyt *xcbrandrgetoutputinforeply(xcbconnectiont *conn, xcbrandrgetoutputinfocookiet cookie, xcbgenericerrort **e); Reply accessors xcbrandrcrtct *xcbrandrgetoutputinfocrtcs(const xcbrandrgetoutputinforequestt *reply); int xcbrandrgetoutputinfocrtcslength(const xcbrandrgetoutputinforeplyt *reply); xcbgenericiteratort xcbrandrgetoutputinfocrtcsend(const xcbrandrgetoutputinforeplyt *reply); xcbrandrmodet *xcbrandrgetoutputinfomodes(const xcbrandrgetoutputinforequestt *reply); int xcbrandrgetoutputinfomodeslength(const xcbrandrgetoutputinforeplyt *reply); xcbgenericiteratort xcbrandrgetoutputinfomodesend(const xcbrandrgetoutputinforeplyt *reply); xcbrandroutputt *xcbrandrgetoutputinfoclones(const xcbrandrgetoutputinforequestt *reply); int xcbrandrgetoutputinfocloneslength(const xcbrandrgetoutputinforeplyt *reply); xcbgenericiteratort xcbrandrgetoutputinfoclonesend(const xcbrandrgetoutputinforeplyt *reply); uint8t *xcbrandrgetoutputinfoname(const xcbrandrgetoutputinforequestt *reply); int xcbrandrgetoutputinfonamelength(const xcbrandrgetoutputinforeplyt *reply); xcbgenericiteratort xcbrandrgetoutputinfonameend(const xcbrandrgetoutputinforeplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. output TODO: NOT YET DOCUMENTED. configtimestamp TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBRANDRGETOUTPUTIN‐ FO. 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). status TODO: NOT YET DOCUMENTED. timestamp TODO: NOT YET DOCUMENTED. crtc TODO: NOT YET DOCUMENTED. mmwidth TODO: NOT YET DOCUMENTED. mmheight TODO: NOT YET DOCUMENTED. connection TODO: NOT YET DOCUMENTED. subpixelorder TODO: NOT YET DOCUMENTED. numcrtcs TODO: NOT YET DOCUMENTED. nummodes TODO: NOT YET DOCUMENTED. numpreferred TODO: NOT YET DOCUMENTED. numclones TODO: NOT YET DOCUMENTED. namelen TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbrandrgetoutputinfocookiet. Errors have to be han‐ dled when calling the reply function xcbrandrgetoutputinforeply. If you want to handle errors in the event loop instead, use xcbran‐

drgetoutputinfounchecked. 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.13 xcbrandrgetoutputinfo(3)




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