Manual Pages for Linux CentOS command on man xcb_record_get_context_reply
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_record_get_context_reply

xcbrecordgetcontext(3) XCB Requests xcbrecordgetcontext(3)

NAME

xcbrecordgetcontext - SYNOPSIS

#include Request function xcbrecordgetcontextcookiet xcbrecordgetcontext(xcbconnectiont *conn, xcbrecordcontextt context); Reply datastructure typedef struct xcbrecordgetcontextreplyt { uint8t responsetype; uint8t enabled; uint16t sequence; uint32t length; xcbrecordelementheadert elementheader; uint8t pad0[3]; uint32t numinterceptedclients; uint8t pad1[16]; } xcbrecordgetcontextreplyt; Reply function xcbrecordgetcontextreplyt *xcbrecordgetcontextreply(xcbconnectiont *conn, xcbrecordgetcontextcookiet cookie, xcbgenericerrort **e); Reply accessors int xcbrecordgetcontextinterceptedclientslength(const xcbrecordgetcontextreplyt *reply); xcbrecordclientinfoiteratort xcbrecordgetcontextinterceptedclientsiterator(const xcbrecordgetcontextreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. context TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBRECORDGETCONTEXT. 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). enabled TODO: NOT YET DOCUMENTED. elementheader TODO: NOT YET DOCUMENTED. numinterceptedclients TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbrecordgetcontextcookiet. Errors have to be handled when calling the reply function xcbrecordgetcontextreply. If you want to handle errors in the event loop instead, use

xcbrecordgetcontextunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from record.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbrecordgetcontext(3)




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