summaryrefslogtreecommitdiffhomepage
path: root/doc/api/mruby.h.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/mruby.h.md')
-rw-r--r--doc/api/mruby.h.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/mruby.h.md b/doc/api/mruby.h.md
index 5a71f5cd4..8862fee2c 100644
--- a/doc/api/mruby.h.md
+++ b/doc/api/mruby.h.md
@@ -207,3 +207,9 @@ MRB_API mrb_value mrb_str_new_cstr(mrb_state*, const char*);
Turns a C string into a Ruby string value.
+### mrb_value mrb_funcall
+
+```C
+MRB_API mrb_value mrb_funcall(mrb_state*, mrb_value, const char*, mrb_int,...);
+```
+Call existing ruby functions.