Fix menu_create() documentation (bug 4426, r=dvander).

This commit is contained in:
Fysiks 2010-09-11 22:33:57 -05:00
parent e783c4bfcb
commit 76d407b45a

View File

@ -34,9 +34,9 @@
*
* The handler function should be prototyped as:
*
* public <function>(menu, id, item)
* menu - Menu resource identifier.
* public <function>(id, menu, item)
* id - Client the menu is being acted upon.
* menu - Menu resource identifier.
* item - Item the client selected. If less than 0, the menu was
* cancelled and the item is a status code. menu_display
* should never be called immediately if the item is a status