Manual Pages for Linux CentOS command on man xcb_xkb_list_components_unchecked
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_xkb_list_components_unchecked

xcbxkblistcomponents(3) XCB Requests xcbxkblistcomponents(3)

NAME

xcbxkblistcomponents - SYNOPSIS

#include Request function xcbxkblistcomponentscookiet xcbxkblistcomponents(xcbconnectiont *conn, xcbxkbdevicespect deviceSpec, uint16t maxNames); Reply datastructure typedef struct xcbxkblistcomponentsreplyt { uint8t responsetype; uint8t deviceID; uint16t sequence; uint32t length; uint16t nKeymaps; uint16t nKeycodes; uint16t nTypes; uint16t nCompatMaps; uint16t nSymbols; uint16t nGeometries; uint16t extra; uint8t pad0[10]; } xcbxkblistcomponentsreplyt; Reply function xcbxkblistcomponentsreplyt *xcbxkblistcomponentsreply(xcbconnectiont *conn, xcbxkblistcomponentscookiet cookie, xcbgenericerrort **e); Reply accessors int xcbxkblistcomponentskeymapslength(const xcbxkblistcomponentsreplyt *reply); xcbxkblistingiteratort xcbxkblistcomponentskeymapsiterator(const xcbxkblistcomponentsreplyt *reply); int xcbxkblistcomponentskeycodeslength(const xcbxkblistcomponentsreplyt *reply); xcbxkblistingiteratort xcbxkblistcomponentskeycodesiterator(const xcbxkblistcomponentsreplyt *reply); int xcbxkblistcomponentstypeslength(const xcbxkblistcomponentsreplyt *reply); xcbxkblistingiteratort xcbxkblistcomponentstypesiterator(const xcbxkblistcomponentsreplyt *reply); int xcbxkblistcomponentscompatmapslength(const xcbxkblistcomponentsreplyt *reply); xcbxkblistingiteratort xcbxkblistcomponentscompatmapsiterator(const xcbxkblistcomponentsreplyt *reply); int xcbxkblistcomponentssymbolslength(const xcbxkblistcomponentsreplyt *reply); xcbxkblistingiteratort xcbxkblistcomponentssymbolsiterator(const xcbxkblistcomponentsreplyt *reply); int xcbxkblistcomponentsgeometrieslength(const xcbxkblistcomponentsreplyt *reply); xcbxkblistingiteratort xcbxkblistcomponentsgeometriesiterator(const xcbxkblistcomponentsreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. deviceSpec TODO: NOT YET DOCUMENTED. maxNames TODO: NOT YET DOCUMENTED. REPLY FIELDS responsetype The type of this reply, in this case XCBXKBLISTCOMPONENTS. 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. nKeymaps TODO: NOT YET DOCUMENTED. nKeycodes TODO: NOT YET DOCUMENTED. nTypes TODO: NOT YET DOCUMENTED. nCompatMaps TODO: NOT YET DOCUMENTED. nSymbols TODO: NOT YET DOCUMENTED. nGeometries TODO: NOT YET DOCUMENTED. extra TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcbxkblistcomponentscookiet. Errors have to be handled when calling the reply function xcbxkblistcomponentsreply. If you want to handle errors in the event loop instead, use

xcbxkblistcomponentsunchecked. 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 xcbxkblistcomponents(3)




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