mirror of
https://github.com/Cloudef/bemenu
synced 2025-01-05 09:59:27 +00:00
Include index parameter in documentation.
This commit is contained in:
parent
9525c77f55
commit
49fc7cd08c
@ -222,6 +222,7 @@ int bmMenuRemoveItem(bmMenu *menu, bmItem *item);
|
||||
* Highlight item in menu by index.
|
||||
*
|
||||
* @param menu bmMenu instance from where to highlight item.
|
||||
* @param index Index of item to highlight.
|
||||
* @return 1 on successful highlight, 0 on failure.
|
||||
*/
|
||||
int bmMenuSetHighlightedIndex(bmMenu *menu, unsigned int index);
|
||||
|
@ -269,6 +269,7 @@ int bmMenuRemoveItem(bmMenu *menu, bmItem *item)
|
||||
* Highlight item in menu by index.
|
||||
*
|
||||
* @param menu bmMenu instance from where to highlight item.
|
||||
* @param index Index of item to highlight.
|
||||
* @return 1 on successful highlight, 0 on failure.
|
||||
*/
|
||||
int bmMenuSetHighlightedIndex(bmMenu *menu, unsigned int index)
|
||||
|
Loading…
Reference in New Issue
Block a user