-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
optional metadata support #136
Conversation
bindgen uuid.h -o uuid.rs --whitelist-function jack_uuid.* --whitelist-type jack_uuid.*
TODO callback
some of the methods don't actually require a client but it feels more ergonomic to simply make them all consistent.
it doesn't exist until 1.9.13
the action uses |
Actually, it looks like jack_get_version_string doesn't exist in the shared headers that I have on my system either. |
wondering if anyone has any thoughts on this PR.. maybe @wmedrano ? |
lgtm and tests are passing. Is this good to merge? If so, I can make a new release as version |
I think its good to merge. A good portion of this is behind a feature gate so its an opt in sort of thing, but yeah, I think its worth having. |
Done, this should be live in version 0.6.6. |
Mostly behind a feature flag since it isn't supported until 1.9.13.
Not all of the property methods actually require a client but it felt more ergonomic to have them be consistent and make them methods on a client.