aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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.