diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 13:08:38 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 13:08:38 +0300 |
commit | d53c91393d0c66892d25e4ef96cd23568d9fdcea (patch) | |
tree | bbd66ead57bc7864a6fb8e31421d8307dd3822f4 /lib/bemenu.h | |
parent | e230f03e54e0ad0c521177cd7a3f4c7628608d15 (diff) | |
download | bemenu-d53c91393d0c66892d25e4ef96cd23568d9fdcea.tar.gz bemenu-d53c91393d0c66892d25e4ef96cd23568d9fdcea.tar.bz2 bemenu-d53c91393d0c66892d25e4ef96cd23568d9fdcea.zip |
Fix bmMenuRunWithKey documentation
Diffstat (limited to 'lib/bemenu.h')
-rw-r--r-- | lib/bemenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bemenu.h b/lib/bemenu.h index b4b9b30..d8e604b 100644 --- a/lib/bemenu.h +++ b/lib/bemenu.h @@ -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); |