Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ref/unref terminology instead of addref/release #188

Closed
jasongin opened this issue Mar 22, 2017 · 1 comment
Closed

Use ref/unref terminology instead of addref/release #188

jasongin opened this issue Mar 22, 2017 · 1 comment
Assignees

Comments

@jasongin
Copy link
Member

Consider renaming:

  • napi_reference_addref()
  • napi_reference_release()

To:

  • napi_reference_ref()
  • napi_reference_unref()

To be consistent with the "Ref/Unref" terminology used throughout Node.js.

See nodejs/node#11975 (comment)

@boingoing
Copy link

Fixed by #193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants