Burgestrand / spotify

Low-level Ruby bindings for libspotify, the official Spotify C API
https://rubygems.org/gems/spotify
Other
147 stars 17 forks source link

Use :bool type in structs #2

Closed Burgestrand closed 12 years ago

Burgestrand commented 13 years ago

Requires FFI v1.0.10 (not yet released), but there’s a workaround: https://github.com/ffi/ffi/issues/114

Burgestrand commented 12 years ago

Even though I fixed it, I’ll want this issue open until FFI has support for the actual :bool type.

Turns out FFI v1.0.10 did not fix this, so I submitted a pull request at ffi/ffi#172.

PS: Cross-repo issue references are kind of cool.

Burgestrand commented 12 years ago

Fixed in 57e6cf07b3f0392a9e62378eeb1168d78239c0ac!