diff options
-rw-r--r-- | src/lib/elua/Elua.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index 32c7af184d..3f9a114bef 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); | |||
272 | */ | 272 | */ |
273 | EAPI void elua_state_include_path_add(Elua_State *es, const char *path); | 273 | EAPI void elua_state_include_path_add(Elua_State *es, const char *path); |
274 | 274 | ||
275 | /** | ||
276 | * @brief Push the Elua "require" function onto the Lua stack. | ||
277 | * | ||
278 | * @param[in] es The Elua state. | ||
279 | * @return EINA_TRUE if the push was successful, EINA_FALSE otherwise. | ||
280 | * | ||
281 | * @ingroup Elua | ||
282 | */ | ||
275 | EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); | 283 | EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); |
276 | EAPI Eina_Bool elua_state_appload_ref_push(Elua_State *es); | 284 | EAPI Eina_Bool elua_state_appload_ref_push(Elua_State *es); |
277 | 285 | ||