From a27fe217df1e5ce2d7cf62b316ca2cf3367aa4b4 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Mon, 20 Apr 2015 16:10:49 +0100 Subject: [PATCH] elua lib: docs for elua_state_appload_ref_push --- src/lib/elua/Elua.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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); * @ingroup Elua */ EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); + +/** + * @brief Push the Elua app loader function onto the Lua stack. + * + * @param[in] es The Elua state. + * @return EINA_TRUE if the push was successful, EINA_FALSE otherwise. + * + * @ingroup Elua + */ EAPI Eina_Bool elua_state_appload_ref_push(Elua_State *es); EAPI lua_State *elua_state_lua_state_get(const Elua_State *es); -- 2.34.1