widget: documente index
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
414e227a1a
commit
b8310ffd38
3
widget.c
3
widget.c
|
@ -344,6 +344,9 @@ luaA_widget_tostring(lua_State *L)
|
||||||
/** Generic widget index.
|
/** Generic widget index.
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
* \return The number of elements pushed on stack.
|
* \return The number of elements pushed on stack.
|
||||||
|
* \luastack
|
||||||
|
* \lfield visible The widget visibility.
|
||||||
|
* \lfield name The widget name.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_widget_index(lua_State *L)
|
luaA_widget_index(lua_State *L)
|
||||||
|
|
Loading…
Reference in New Issue