forked from RepoMirrors/bemenu
Fix bmMenuRunWithKey documentation
This commit is contained in:
parent
e230f03e54
commit
d53c91393d
@ -227,6 +227,8 @@ bmKey bmMenuGetKey(bmMenu *menu, unsigned int *unicode);
|
||||
* Advances menu logic with key and unicode as input.
|
||||
*
|
||||
* @param menu bmMenu instance to be advanced.
|
||||
* @param key Key input that will advance menu logic.
|
||||
* @param unicode Unicode input that will advance menu logic.
|
||||
* @return bmRunResult for menu state.
|
||||
*/
|
||||
bmRunResult bmMenuRunWithKey(bmMenu *menu, bmKey key, unsigned int unicode);
|
||||
|
@ -384,6 +384,8 @@ bmKey bmMenuGetKey(bmMenu *menu, unsigned int *unicode)
|
||||
* Advances menu logic with key and unicode as input.
|
||||
*
|
||||
* @param menu bmMenu instance to be advanced.
|
||||
* @param key Key input that will advance menu logic.
|
||||
* @param unicode Unicode input that will advance menu logic.
|
||||
* @return bmRunResult for menu state.
|
||||
*/
|
||||
bmRunResult bmMenuRunWithKey(bmMenu *menu, bmKey key, unsigned int unicode)
|
||||
|
Loading…
Reference in New Issue
Block a user