elua lib: docs for elua_state_appload_ref_push
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Mon, 20 Apr 2015 15:10:49 +0000 (16:10 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 6 May 2015 14:05:22 +0000 (15:05 +0100)
src/lib/elua/Elua.h

index 3f9a114..ffc3184 100644 (file)
@@ -281,6 +281,15 @@ EAPI void elua_state_include_path_add(Elua_State *es, const char *path);
  * @ingroup Elua
  */
 EAPI Eina_Bool elua_state_require_ref_push(Elua_State *es);
+
+/**
+ * @brief Push the Elua app loader 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_appload_ref_push(Elua_State *es);
 
 EAPI lua_State *elua_state_lua_state_get(const Elua_State *es);