* This function is the inverse of @ref xkb_keysym_to_utf32. In cases
* where a single codepoint corresponds to multiple keysyms, returns
* the keysym with the lowest value.
- *
+ *
* Unicode codepoints which do not have a special (legacy) keysym
* encoding use a direct encoding scheme. These keysyms don't usually
* have an associated keysym constant (XKB_KEY_*).
* defined Unicode planes this function returns XKB_KEY_NoSymbol.
*
* @sa xkb_keysym_to_utf32()
+ * @since 0.11.0
*/
xkb_keysym_t
xkb_utf32_to_keysym(uint32_t ucs);
* @sa xkb_level_index_t
* @sa xkb_mod_mask_t
* @memberof xkb_keymap
+ * @since 0.11.0
*/
size_t
xkb_keymap_key_get_mods_for_level(struct xkb_keymap *keymap,