#include<xcb/xkb.h>Requestfunction
xcb_xkb_list_components_cookie_t xcb_xkb_list_components(xcb_connection_t *conn,
xcb_xkb_device_spec_t deviceSpec, uint16_t maxNames);
Replydatastructure
typedef struct xcb_xkb_list_components_reply_t {
uint8_t response_type;
uint8_t deviceID;
uint16_t sequence;
uint32_t length;
uint16_t nKeymaps;
uint16_t nKeycodes;
uint16_t nTypes;
uint16_t nCompatMaps;
uint16_t nSymbols;
uint16_t nGeometries;
uint16_t extra;
uint8_t pad0[10];
} xcb_xkb_list_components_reply_t;
Replyfunction
xcb_xkb_list_components_reply_t *xcb_xkb_list_components_reply(xcb_connection_t *conn,
xcb_xkb_list_components_cookie_t cookie, xcb_generic_error_t **e);
Replyaccessors
int xcb_xkb_list_components_keymaps_length(const xcb_xkb_list_components_reply_t *reply);
xcb_xkb_listing_iterator_t xcb_xkb_list_components_keymaps_iterator(const xcb_xkb_list_components_reply_t
*reply);
int xcb_xkb_list_components_keycodes_length(const xcb_xkb_list_components_reply_t *reply);
xcb_xkb_listing_iterator_t xcb_xkb_list_components_keycodes_iterator(const
xcb_xkb_list_components_reply_t *reply);
int xcb_xkb_list_components_types_length(const xcb_xkb_list_components_reply_t *reply);
xcb_xkb_listing_iterator_t xcb_xkb_list_components_types_iterator(const xcb_xkb_list_components_reply_t
*reply);
int xcb_xkb_list_components_compat_maps_length(const xcb_xkb_list_components_reply_t *reply);
xcb_xkb_listing_iterator_t xcb_xkb_list_components_compat_maps_iterator(const
xcb_xkb_list_components_reply_t *reply);
int xcb_xkb_list_components_symbols_length(const xcb_xkb_list_components_reply_t *reply);
xcb_xkb_listing_iterator_t xcb_xkb_list_components_symbols_iterator(const xcb_xkb_list_components_reply_t
*reply);
int xcb_xkb_list_components_geometries_length(const xcb_xkb_list_components_reply_t *reply);
xcb_xkb_listing_iterator_t xcb_xkb_list_components_geometries_iterator(const
xcb_xkb_list_components_reply_t *reply);