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:
Uli Schlachter 2014-03-07 10:44:48 +01:00
parent 9e9366950e
commit 4717e89984
1 changed files with 4 additions and 2 deletions

6
luaa.c
View File

@ -426,9 +426,11 @@ luaA_isloop(lua_State *L, int idx)
* \param L The Lua VM state.
* \return The number of elements pushed on stack.
* \luastack
* \lfield font The default font.
* \lfield font_height The default font height.
* \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
luaA_awesome_index(lua_State *L)