@param context The context in which to create the keymap.
@param file The keymap file to compile.
@param format The text format of the keymap file to compile.
@param flags Optional flags for the keymap, or 0.
@returns A keymap compiled from the given XKB keymap file, or NULL if
the compilation failed.
The file must contain a complete keymap. For example, in the
XKB_KEYMAP_FORMAT_TEXT_V1 format, this means the file must contain one
top level '%xkb_keymap' section, which in turn contains other required
sections.
Create a keymap from a keymap file.
@param context The context in which to create the keymap. @param file The keymap file to compile. @param format The text format of the keymap file to compile. @param flags Optional flags for the keymap, or 0.
@returns A keymap compiled from the given XKB keymap file, or NULL if the compilation failed.
The file must contain a complete keymap. For example, in the XKB_KEYMAP_FORMAT_TEXT_V1 format, this means the file must contain one top level '%xkb_keymap' section, which in turn contains other required sections.
@memberof xkb_keymap