Skip to content

doc: fix out of date napi_callback doc#13570

Closed
XadillaX wants to merge 2 commits intonodejs:masterfrom
XadillaX:docs/napi-callback
Closed

doc: fix out of date napi_callback doc#13570
XadillaX wants to merge 2 commits intonodejs:masterfrom
XadillaX:docs/napi-callback

Conversation

@XadillaX
Copy link
Copy Markdown
Contributor

@XadillaX XadillaX commented Jun 9, 2017

The earlier version napi_callback returns void but now is napi_value. The document of this section hasn't been modified.

Fixes: #12248
Fixes: #13562

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc, n-api

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

N-API Callback Return

7 participants