Update fields for capi.awesome in C comment
This should have been part of commit 2f39986
, sorry!
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
9e9366950e
commit
4717e89984
6
luaa.c
6
luaa.c
|
@ -426,9 +426,11 @@ luaA_isloop(lua_State *L, int idx)
|
||||||
* \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
|
* \luastack
|
||||||
* \lfield font The default font.
|
|
||||||
* \lfield font_height The default font height.
|
|
||||||
* \lfield conffile The configuration file which has been loaded.
|
* \lfield conffile The configuration file which has been loaded.
|
||||||
|
* \lfield version The version of awesome.
|
||||||
|
* \lfield release The release name of awesome.
|
||||||
|
* \lfield startup_errors Error message for errors that occured during startup.
|
||||||
|
* \lfield composite_manager_running True if a composite manager is running.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_awesome_index(lua_State *L)
|
luaA_awesome_index(lua_State *L)
|
||||||
|
|
Loading…
Reference in New Issue