Function
PhocKeybindingsparse_accelerator
Declaration [src]
PhocKeyCombo*
phoc_keybindings_parse_accelerator (
const char* accelerator,
PhocKeybindingsContext* context
)
Description [src]
Parse strings representing keybindings into modifier and symbols.
This function is not directly available to language bindings.
Parameters
accelerator-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. context-
Type:
PhocKeybindingsContextNo description available.
The data is owned by the caller of the function.
Return value
Type: PhocKeyCombo
No description available.
| The data is owned by the called function. |