diff options
Diffstat (limited to 'src/lib/elua')
-rw-r--r-- | src/lib/elua/Elua.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index c2a9d12bb6..32c7af184d 100644 --- a/src/lib/elua/Elua.h +++ b/src/lib/elua/Elua.h | |||
@@ -263,6 +263,13 @@ EAPI Eina_Stringshare *elua_state_apps_dir_get(const Elua_State *es); | |||
263 | */ | 263 | */ |
264 | EAPI Eina_Stringshare *elua_state_prog_name_get(const Elua_State *es); | 264 | EAPI Eina_Stringshare *elua_state_prog_name_get(const Elua_State *es); |
265 | 265 | ||
266 | /** | ||
267 | * @brief Add another path to look up modules in to the state. | ||
268 | * | ||
269 | * @param[in] es The Elua state. | ||
270 | * | ||
271 | * @ingroup Elua | ||
272 | */ | ||
266 | 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); |
267 | 274 | ||
268 | EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); | 275 | EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); |