elua lib: docs for elua_state_require_ref_push

This commit is contained in:
Daniel Kolesa 2015-04-20 16:10:31 +01:00
parent 6a8c807f81
commit 9d46c23403
1 changed files with 8 additions and 0 deletions

View File

@ -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);