You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, --with-access-specifier *=internal does not seem to work and I think it would be useful when you want to generate internal bindings. Passing true as the fourth parameter in the call to TryGetRemappedValue here seems to fix this issue:
Currently,
--with-access-specifier *=internal
does not seem to work and I think it would be useful when you want to generate internal bindings. Passing true as the fourth parameter in the call toTryGetRemappedValue
here seems to fix this issue:ClangSharp/sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs
Line 1814 in 82e6715
I'm not very familiar with this codebase so I'll let the maintainers decide if this is the right fix and I would be happy to submit a PR.
The text was updated successfully, but these errors were encountered: