We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a0e06 commit fffd8f5Copy full SHA for fffd8f5
doc/api/n-api.md
@@ -181,6 +181,12 @@ must provide a function satisfying the following signature which would get
181
called upon the object's collection. Currently, `napi_finalize` can be used for
182
finding out when objects that have external data are collected.
183
184
+```C
185
+typedef void (*napi_finalize)(napi_env env,
186
+ void* finalize_data,
187
+ void* finalize_hint);
188
+```
189
+
190
191
#### napi_async_execute_callback
192
Function pointer used with functions that support asynchronous
0 commit comments