From 9d46c234030dce854f8e762ff15e47be6dd96e87 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Mon, 20 Apr 2015 16:10:31 +0100 Subject: [PATCH] elua lib: docs for elua_state_require_ref_push --- src/lib/elua/Elua.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index 32c7af1..3f9a114 100644 --- a/src/lib/elua/Elua.h +++ b/src/lib/elua/Elua.h @@ -272,6 +272,14 @@ EAPI Eina_Stringshare *elua_state_prog_name_get(const Elua_State *es); */ EAPI void elua_state_include_path_add(Elua_State *es, const char *path); +/** + * @brief Push the Elua "require" 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_require_ref_push(Elua_State *es); EAPI Eina_Bool elua_state_appload_ref_push(Elua_State *es); -- 2.7.4