Manual Pages for Linux CentOS command on man xcb_xkb_use_extension
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_xkb_use_extension

xcbxkbuseextension(3) XCB Requests xcbxkbuseextension(3)

NAME

xcbxkbuseextension - SYNOPSIS

#include Request function xcbxkbuseextensioncookiet xcbxkbuseextension(xcbconnectiont *conn, uint16t wantedMajor, uint16t wantedMinor); Reply datastructure typedef struct xcbxkbuseextensionreplyt { uint8t responsetype; uint8t supported; uint16t sequence; uint32t length; uint16t serverMajor; uint16t serverMinor; uint8t pad0[20]; } xcbxkbuseextensionreplyt; Reply function xcbxkbuseextensionreplyt *xcbxkbuseextensionreply(xcbconnectiont *conn, xcbxkbuseextensioncookiet cookie, xcbgenericerrort **e); REQUEST ARGUMENTS conn The XCB connection to X11. wantedMajor TODO: NOT YET DOCUMENTED. wantedMinor TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBXKBUSEEXTENSION. 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). supported TODO: NOT YET DOCUMENTED. serverMajor TODO: NOT YET DOCUMENTED. serverMinor TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbxkbuseextensioncookiet. Errors have to be handled when calling the reply function xcbxkbuseextensionreply. If you want to handle errors in the event loop instead, use

xcbxkbuseextensionunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO AUTHOR Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correcā€ tions and improvements. X Version 11 libxcb 1.13 xcbxkbuseextension(3)




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