diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-04-20 16:10:31 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-05-06 15:05:22 +0100 |
commit | 9d46c234030dce854f8e762ff15e47be6dd96e87 (patch) | |
tree | a31278d2a428183a6528e2bec1ad8705b66c4e62 /src | |
parent | 6a8c807f81ca454a8c185a426e10d746e9cdaa9c (diff) |
elua lib: docs for elua_state_require_ref_push
Diffstat (limited to 'src')
-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 | ||