aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-28 15:53:39 +1000
committerDavid Walter Seikel2014-03-28 15:53:39 +1000
commit9c2a60cf17d684ab2a79fbc14b21daa8962e46ab (patch)
tree011c84d3174e634f1ce09390fc5f47761661bcfc /ClientHamr/GuiLua/GuiLua.c
parentMake test_c a real skang module, and tweaks to the rest of the system to supp... (diff)
downloadSledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.zip
SledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.tar.gz
SledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.tar.bz2
SledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.tar.xz
Typo--
Diffstat (limited to '')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index 150f51f..b256f55 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -62,7 +62,7 @@ Somehow access to the edje_lua2.c bindings should be provided. And
62bindings to the rest of EFL when they are done. Assuming the other EFL 62bindings to the rest of EFL when they are done. Assuming the other EFL
63developers do proper introspection stuff, or let me do it. 63developers do proper introspection stuff, or let me do it.
64 64
65The generic Lua binding helper functions I wrote for edje?lua2.c could 65The generic Lua binding helper functions I wrote for edje_lua2.c could
66be used here as well, and expanded as discussed on the E devs mailing 66be used here as well, and expanded as discussed on the E devs mailing
67list. This would include the thread safe Lua function stuff copied 67list. This would include the thread safe Lua function stuff copied
68into the README. 68into the README.