Commit Graph

4 Commits

Author SHA1 Message Date
Bob Nystrom
63f46adf06 docs: revise embedding docs with foreign methods and tighten existing pages 2017-02-12 18:14:37 +00:00
Bob Nystrom
25b1afcd2b docs: expand calling-c-from-wren with foreign method/class details and fix typo in slots-and-handles 2017-01-12 15:10:19 +00:00
Bob Nystrom
879eac5d82 docs: reword embedding docs for clarity and consistency across slot, handle, and C-calling-Wren pages 2016-08-26 14:11:50 +00:00
Bob Nystrom
caee692c32 docs: rename WrenValue to WrenHandle across embedding docs and C API
Rename the `WrenValue` type to `WrenHandle` in the public C header, update all
function signatures (`wrenMakeCallHandle`, `wrenCall`, `wrenReleaseHandle`),
and rename the documentation page from "Slots and Values" to "Slots and Handles"
with corresponding link updates throughout the embedding guide and module source
files.
2016-05-21 03:55:28 +00:00