|
NAMExcb_xkb_get_named_indicator -SYNOPSIS#include <xcb/xkb.h>Request functionxcb_xkb_get_named_indicator_cookie_t xcb_xkb_get_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); Reply datastructuretypedef struct xcb_xkb_get_named_indicator_reply_t { uint8_t response_type; uint8_t deviceID; uint16_t sequence; uint32_t length; xcb_atom_t indicator; uint8_t found; uint8_t on; uint8_t realIndicator; uint8_t ndx; uint8_t map_flags; uint8_t map_whichGroups; uint8_t map_groups; uint8_t map_whichMods; uint8_t map_mods; uint8_t map_realMods; uint16_t map_vmod; uint32_t map_ctrls; uint8_t supported; uint8_t pad0[3]; } xcb_xkb_get_named_indicator_reply_t; Reply functionxcb_xkb_get_named_indicator_reply_t
*xcb_xkb_get_named_indicator_reply(xcb_connection_t *conn,
xcb_xkb_get_named_indicator_cookie_t cookie,
xcb_generic_error_t **e);
REQUEST ARGUMENTS
REPLY FIELDS
DESCRIPTIONRETURN VALUEReturns an xcb_xkb_get_named_indicator_cookie_t. Errors have to be handled when calling the reply function xcb_xkb_get_named_indicator_reply.If you want to handle errors in the event loop instead, use xcb_xkb_get_named_indicator_unchecked. See xcb-requests(3) for details. ERRORSThis request does never generate any errors.SEE ALSOAUTHORGenerated from xkb.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.
Visit the GSP FreeBSD Man Page Interface. |