Manual Pages for Linux CentOS command on man xcb_xkb_get_names
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_xkb_get_names

xcbxkbgetnames(3) XCB Requests xcbxkbgetnames(3)

NAME

xcbxkbgetnames - SYNOPSIS

#include Request function xcbxkbgetnamescookiet xcbxkbgetnames(xcbconnectiont *conn, xcbxkbdevicespect deviceSpec, uint32t which); Reply datastructure typedef struct xcbxkbgetnamesreplyt { uint8t responsetype; uint8t deviceID; uint16t sequence; uint32t length; uint32t which; xcbkeycodet minKeyCode; xcbkeycodet maxKeyCode; uint8t nTypes; uint8t groupNames; uint16t virtualMods; xcbkeycodet firstKey; uint8t nKeys; uint32t indicators; uint8t nRadioGroups; uint8t nKeyAliases; uint16t nKTLevels; uint8t pad0[4]; } xcbxkbgetnamesreplyt; Reply function xcbxkbgetnamesreplyt *xcbxkbgetnamesreply(xcbconnectiont *conn, xcbxkbgetnamescookiet cookie, xcbgenericerrort **e); Reply accessors xcbxkbgetnamesvaluelistt *xcbxkbgetnamesvaluelist (const xcbxkbgetnamesrequestt *reply) REQUEST ARGUMENTS conn The XCB connection to X11. deviceSpec TODO: NOT YET DOCUMENTED. which TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBXKBGETNAMES. 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). deviceID TODO: NOT YET DOCUMENTED. which TODO: NOT YET DOCUMENTED. minKeyCode TODO: NOT YET DOCUMENTED. maxKeyCode TODO: NOT YET DOCUMENTED. nTypes TODO: NOT YET DOCUMENTED. groupNames TODO: NOT YET DOCUMENTED. virtualMods TODO: NOT YET DOCUMENTED. firstKey TODO: NOT YET DOCUMENTED. nKeys TODO: NOT YET DOCUMENTED. indicators TODO: NOT YET DOCUMENTED. nRadioGroups TODO: NOT YET DOCUMENTED. nKeyAliases TODO: NOT YET DOCUMENTED. nKTLevels TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbxkbgetnamescookiet. Errors have to be handled when calling the reply function xcbxkbgetnamesreply. If you want to handle errors in the event loop instead, use

xcbxkbgetnamesunchecked. 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 xcbxkbgetnames(3)




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