diff options
Diffstat (limited to 'src/lib/elua')
-rw-r--r-- | src/lib/elua/Elua.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index 3f9a114bef..ffc318416c 100644 --- a/src/lib/elua/Elua.h +++ b/src/lib/elua/Elua.h | |||
@@ -281,6 +281,15 @@ EAPI void elua_state_include_path_add(Elua_State *es, const char *path); | |||
281 | * @ingroup Elua | 281 | * @ingroup Elua |
282 | */ | 282 | */ |
283 | EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); | 283 | EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); |
284 | |||
285 | /** | ||
286 | * @brief Push the Elua app loader function onto the Lua stack. | ||
287 | * | ||
288 | * @param[in] es The Elua state. | ||
289 | * @return EINA_TRUE if the push was successful, EINA_FALSE otherwise. | ||
290 | * | ||
291 | * @ingroup Elua | ||
292 | */ | ||
284 | EAPI Eina_Bool elua_state_appload_ref_push(Elua_State *es); | 293 | EAPI Eina_Bool elua_state_appload_ref_push(Elua_State *es); |
285 | 294 | ||
286 | EAPI lua_State *elua_state_lua_state_get(const Elua_State *es); | 295 | EAPI lua_State *elua_state_lua_state_get(const Elua_State *es); |