Updated FreeJs (markdown)
parent
885fb21420
commit
f03f58786e
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
```cpp
|
```cpp
|
||||||
void FreeJs(void* ptr)
|
namespace Crafter::CppDOM {
|
||||||
|
void FreeJs(void* ptr)
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
FreeJS is a special funcion that frees a javascript object returned by the binding functions.
|
FreeJS is a special funcion that frees a javascript object returned by the binding functions.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue