kodi
|
Public Member Functions | |
CXkbcommonContext (xkb_context_flags flags=XKB_CONTEXT_NO_FLAGS) | |
std::unique_ptr< CXkbcommonKeymap > | LocalizedKeymapFromString (const std::string &keymap, const std::string &locale) |
Opens a shared memory region and parses the data in it to an xkbcommon keymap. More... | |
std::unique_ptr< CXkbcommonKeymap > CXkbcommonContext::LocalizedKeymapFromString | ( | const std::string & | keymap, |
const std::string & | locale | ||
) |
Opens a shared memory region and parses the data in it to an xkbcommon keymap.
This function does not own the file descriptor. It must not be closed from this function.