Skip to content
Snippets Groups Projects
Verified Commit dac77c7c authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

engine kr_prop_cb: link to implementation details

parent 45a81532
Branches
Tags
1 merge request!708misc nitpicks, see commits for details
......@@ -70,6 +70,7 @@ struct kr_module {
* @param env pointer to the lua engine, i.e. struct engine *env (TODO: explicit type)
* @param input parameter (NULL if missing/nil on lua level)
* @return a free-form JSON output (malloc-ated)
* @note see l_trampoline() implementation for details about the input/output conversion.
*/
typedef char *(kr_prop_cb)(void *env, struct kr_module *self, const char *input);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment