Manual Pages for Linux CentOS command on man xcb_randr_get_provider_info_name_length
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_randr_get_provider_info_name_length

xcbrandrgetproviderinfo(3) XCB Requests xcbrandrgetproviderinfo(3)

NAME

xcbrandrgetproviderinfo - SYNOPSIS

#include Request function xcbrandrgetproviderinfocookiet xcbrandrgetproviderinfo(xcbconnectiont *conn, xcbrandrprovidert provider, xcbtimestampt configtimestamp); Reply datastructure typedef struct xcbrandrgetproviderinforeplyt { uint8t responsetype; uint8t status; uint16t sequence; uint32t length; xcbtimestampt timestamp; uint32t capabilities; uint16t numcrtcs; uint16t numoutputs; uint16t numassociatedproviders; uint16t namelen; uint8t pad0[8]; } xcbrandrgetproviderinforeplyt; Reply function xcbrandrgetproviderinforeplyt *xcbrandrgetproviderinforeply(xcbconnectiont *conn, xcbrandrgetproviderinfocookiet cookie, xcbgenericerrort **e); Reply accessors xcbrandrcrtct *xcbrandrgetproviderinfocrtcs(const xcbrandrgetproviderinforequestt *reply); int xcbrandrgetproviderinfocrtcslength(const xcbrandrgetproviderinforeplyt *reply); xcbgenericiteratort xcbrandrgetproviderinfocrtcsend(const xcbrandrgetproviderinforeplyt *reply); xcbrandroutputt *xcbrandrgetproviderinfooutputs(const xcbrandrgetproviderinforequestt *reply); int xcbrandrgetproviderinfooutputslength(const xcbrandrgetproviderinforeplyt *reply); xcbgenericiteratort xcbrandrgetproviderinfooutputsend(const xcbrandrgetproviderinforeplyt *reply); xcbrandrprovidert *xcbrandrgetproviderinfoassociatedproviders(const xcbrandrgetproviderinforequestt *reply); int xcbrandrgetproviderinfoassociatedproviderslength(const xcbrandrgetproviderinforeplyt *reply); xcbgenericiteratort xcbrandrgetproviderinfoassociatedprovidersend(const xcbrandrgetproviderinforeplyt *reply); uint32t *xcbrandrgetproviderinfoassociatedcapability(const xcbrandrgetproviderinforequestt *reply); int xcbrandrgetproviderinfoassociatedcapabilitylength(const xcbrandrgetproviderinforeplyt *reply); xcbgenericiteratort xcbrandrgetproviderinfoassociatedcapabilityend(const xcbrandrgetproviderinforeplyt *reply); char *xcbrandrgetproviderinfoname(const xcbrandrgetproviderinforequestt *reply); int xcbrandrgetproviderinfonamelength(const xcbrandrgetproviderinforeplyt *reply); xcbgenericiteratort xcbrandrgetproviderinfonameend(const xcbrandrgetproviderinforeplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. provider TODO: NOT YET DOCUMENTED. configtimestamp TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBRAN‐ DRGETPROVIDERINFO. 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. capabilities TODO: NOT YET DOCUMENTED. numcrtcs TODO: NOT YET DOCUMENTED. numoutputs TODO: NOT YET DOCUMENTED. numassociatedproviders TODO: NOT YET DOCUMENTED. namelen TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbrandrgetproviderinfocookiet. Errors have to be han‐ dled when calling the reply function xcbrandrgetproviderinforeply. If you want to handle errors in the event loop instead, use xcbran‐

drgetproviderinfounchecked. 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 xcbrandrgetproviderinfo(3)




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