From 6a8c807f81ca454a8c185a426e10d746e9cdaa9c Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Mon, 20 Apr 2015 16:09:37 +0100 Subject: [PATCH] elua lib: docs for elua_state_include_path_add --- src/lib/elua/Elua.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/elua/Elua.h b/src/lib/elua/Elua.h index c2a9d12..32c7af1 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); */ EAPI Eina_Stringshare *elua_state_prog_name_get(const Elua_State *es); +/** + * @brief Add another path to look up modules in to the state. + * + * @param[in] es The Elua state. + * + * @ingroup Elua + */ EAPI void elua_state_include_path_add(Elua_State *es, const char *path); EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es); -- 2.7.4