xcb_xkb_set_named_indicator(3) | XCB Requests | xcb_xkb_set_named_indicator(3) |
xcb_xkb_set_named_indicator -
#include <xcb/xkb.h>
xcb_void_cookie_t
xcb_xkb_set_named_indicator(xcb_connection_t *conn,
xcb_xkb_device_spec_t deviceSpec,
xcb_xkb_led_class_spec_t ledClass,
xcb_xkb_id_spec_t ledID, xcb_atom_t indicator,
uint8_t setState, uint8_t on,
uint8_t setMap, uint8_t createMap,
uint8_t map_flags, uint8_t map_whichGroups,
uint8_t map_groups, uint8_t map_whichMods,
uint8_t map_realMods, uint16_t map_vmods,
uint32_t map_ctrls);
Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop.
If you want to handle errors directly with xcb_request_check instead, use xcb_xkb_set_named_indicator_checked. See xcb-requests(3) for details.
This request does never generate any errors.
Generated from xkb.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.
libxcb 1.13.1 | X Version 11 |