diff options
author | David Walter Seikel | 2014-03-28 15:53:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-28 15:53:39 +1000 |
commit | 9c2a60cf17d684ab2a79fbc14b21daa8962e46ab (patch) | |
tree | 011c84d3174e634f1ce09390fc5f47761661bcfc /ClientHamr | |
parent | Make test_c a real skang module, and tweaks to the rest of the system to supp... (diff) | |
download | SledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.zip SledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.tar.gz SledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.tar.bz2 SledjHamr-9c2a60cf17d684ab2a79fbc14b21daa8962e46ab.tar.xz |
Typo--
Diffstat (limited to 'ClientHamr')
-rw-r--r-- | ClientHamr/GuiLua/GuiLua.c | 2 |
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 | |||
62 | bindings to the rest of EFL when they are done. Assuming the other EFL | 62 | bindings to the rest of EFL when they are done. Assuming the other EFL |
63 | developers do proper introspection stuff, or let me do it. | 63 | developers do proper introspection stuff, or let me do it. |
64 | 64 | ||
65 | The generic Lua binding helper functions I wrote for edje?lua2.c could | 65 | The generic Lua binding helper functions I wrote for edje_lua2.c could |
66 | be used here as well, and expanded as discussed on the E devs mailing | 66 | be used here as well, and expanded as discussed on the E devs mailing |
67 | list. This would include the thread safe Lua function stuff copied | 67 | list. This would include the thread safe Lua function stuff copied |
68 | into the README. | 68 | into the README. |