summaryrefslogtreecommitdiffhomepage
path: root/docs/cbox_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-04-20 11:51:00 +0200
committerTyge Løvset <[email protected]>2022-04-20 11:51:00 +0200
commitb06500c3920ae7ec56489d4dfe05f6a33af85a31 (patch)
treea725f67d20de40e73fb1dcb9165835579a42c739 /docs/cbox_api.md
parent7c88fc11ef62d5be83fe34fe72da6eadfd64ba6b (diff)
downloadSTC-modified-b06500c3920ae7ec56489d4dfe05f6a33af85a31.tar.gz
STC-modified-b06500c3920ae7ec56489d4dfe05f6a33af85a31.zip
Final carc / cbox cleanup.
Diffstat (limited to 'docs/cbox_api.md')
-rw-r--r--docs/cbox_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cbox_api.md b/docs/cbox_api.md
index 556c56df..a4e88801 100644
--- a/docs/cbox_api.md
+++ b/docs/cbox_api.md
@@ -31,7 +31,7 @@ compare the pointer addresses when used. Additionally, `c_no_clone` or `i_is_fwd
## Methods
```c
cbox_X cbox_X_init(); // return an empty cbox
-cbox_X cbox_X_make(i_valraw raw); // create owned value from raw type.
+cbox_X cbox_X_make(i_valraw raw); // create owned value from raw type, if defined.
cbox_X cbox_X_from(i_val val); // allocate new heap object with val. Take ownership of val.
cbox_X cbox_X_from_ptr(i_val* p); // create a cbox from a pointer. Takes ownership of p.