aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-08 01:49:46 +1000
committerDavid Walter Seikel2014-04-08 01:49:46 +1000
commit61e0c93bab18ac65f6bf1dd87549411c99d3e47f (patch)
treef09b3f46f7e2f27be4fe12dc3e59ce93997065a5 /ClientHamr/GuiLua/test_c.c
parentTypo-- (diff)
downloadSledjHamr-61e0c93bab18ac65f6bf1dd87549411c99d3e47f.zip
SledjHamr-61e0c93bab18ac65f6bf1dd87549411c99d3e47f.tar.gz
SledjHamr-61e0c93bab18ac65f6bf1dd87549411c99d3e47f.tar.bz2
SledjHamr-61e0c93bab18ac65f6bf1dd87549411c99d3e47f.tar.xz
TODO -= 0.5
Diffstat (limited to 'ClientHamr/GuiLua/test_c.c')
-rw-r--r--ClientHamr/GuiLua/test_c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c
index 48562e8..0f6e718 100644
--- a/ClientHamr/GuiLua/test_c.c
+++ b/ClientHamr/GuiLua/test_c.c
@@ -115,6 +115,7 @@ int luaopen_test_c(lua_State *L)
115 115
116// TODO - This is too verbose. I've had an idea for writing some sort of generic wrapper, though others have done the same. 116// TODO - This is too verbose. I've had an idea for writing some sort of generic wrapper, though others have done the same.
117// http://www.lua.org/pil/25.3.html seems the most reasonable of the examples I've found. 117// http://www.lua.org/pil/25.3.html seems the most reasonable of the examples I've found.
118// On the other hand, the generic argument pulling / pushing stuff I did for edje_lua2 gets us half way there.
118 119
119// This uses function{} style. 120// This uses function{} style.
120// skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The cfooble:', 1, 1, 10, 50\", required=true} 121// skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The cfooble:', 1, 1, 10, 50\", required=true}