xkb_keymap_layout_get_index

Get the index of a layout by name.

@returns The index. If no layout exists with this name, returns XKB_LAYOUT_INVALID. If more than one layout in the keymap has this name, returns the lowest index among them.

@memberof xkb_keymap

extern (C)
xkb_keymap_layout_get_index
(,
const(char)* name
)

Meta