Manual Pages for Linux CentOS command on man xcb_randr_get_screen_resources_current_modes_iterator
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_randr_get_screen_resources_current_modes_iterator

xcbrandrgetscreenresourcescuXCBnxcbrandrgetscreenresourcescurrent(3)

NAME

xcbrandrgetscreenresourcescurrent - SYNOPSIS

#include Request function xcbrandrgetscreenresourcescurrentcookiet xcbrandrgetscreenresourcescurrent(xcbconnectiont *conn, xcbwindowt window); Reply datastructure typedef struct xcbrandrgetscreenresourcescurrentreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; xcbtimestampt timestamp; xcbtimestampt configtimestamp; uint16t numcrtcs; uint16t numoutputs; uint16t nummodes; uint16t nameslen; uint8t pad1[8]; } xcbrandrgetscreenresourcescurrentreplyt; Reply function xcbrandrgetscreenresourcescurrentreplyt *xcbrandrgetscreenresourcescurrentreply(xcbconnectiont *conn, xcbrandrgetscreenresourcescurrentcookiet cookie, xcbgenericerrort **e); Reply accessors xcbrandrcrtct *xcbrandrgetscreenresourcescurrentcrtcs(const xcbrandrgetscreenresourcescurrentrequestt *reply); int xcbrandrgetscreenresourcescurrentcrtcslength(const xcbrandrgetscreenresourcescurrentreplyt *reply); xcbgenericiteratort xcbrandrgetscreenresourcescurrentcrtcsend(const xcbrandrgetscreenresourcescurrentreplyt *reply); xcbrandroutputt *xcbrandrgetscreenresourcescurrentoutputs(const xcbrandrgetscreenresourcescurrentrequestt *reply); int xcbrandrgetscreenresourcescurrentoutputslength(const xcbrandrgetscreenresourcescurrentreplyt *reply); xcbgenericiteratort xcbrandrgetscreenresourcescurrentoutputsend(const xcbrandrgetscreenresourcescurrentreplyt *reply); xcbrandrmodeinfot *xcbrandrgetscreenresourcescurrentmodes(const xcbrandrgetscreenresourcescurrentrequestt *reply); int xcbrandrgetscreenresourcescurrentmodeslength(const xcbrandrgetscreenresourcescurrentreplyt *reply); xcbrandrmodeinfoiteratort xcbrandrgetscreenresourcescurrentmodesiterator(const xcbrandrgetscreenresourcescurrentreplyt *reply); uint8t *xcbrandrgetscreenresourcescurrentnames(const xcbrandrgetscreenresourcescurrentrequestt *reply); int xcbrandrgetscreenresourcescurrentnameslength(const xcbrandrgetscreenresourcescurrentreplyt *reply); xcbgenericiteratort xcbrandrgetscreenresourcescurrentnamesend(const xcbrandrgetscreenresourcescurrentreplyt *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‐ SOURCESCURRENT. This field is also present in the xcbgener‐ icreplyt 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 xcbrandrgetscreenresourcescurrentcookiet. Errors have to be handled when calling the reply function xcbrandrgetscreenre‐ sourcescurrentreply. If you want to handle errors in the event loop instead, use xcbran‐

drgetscreenresourcescurrentunchecked. See xcb-requests(3) for de‐ tails. 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 libxcbrandrgetscreenresourcescurrent(3)




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