Skip to content

making CallbackReference accessible (public) #591

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

Merged
merged 1 commit into from
Feb 14, 2016

Conversation

marco2357
Copy link
Contributor

CallbackReference has some useful methods:

  • public static Callback getCallback(Class<?> type, Pointer p) { ... }
  • public static Pointer getFunctionPointer(Callback cb) { ... }

But they can't be used because the class is not public. This little patch makes the class public.

twall added a commit that referenced this pull request Feb 14, 2016
making CallbackReference accessible (public)
@twall twall merged commit 028eecc into java-native-access:master Feb 14, 2016
mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
Motivation:

We should update all our used actions to the latest version

Modifications:

Update all actions

Result:

Cleanup
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

Successfully merging this pull request may close these issues.

2 participants