Burgestrand / Hallon

Hallon is currently **UNMAINTAINED**.
http://rdoc.info/github/Burgestrand/Hallon/master/frames
134 stars 12 forks source link

Extract Spotify::Pointer and move it to libspotify-ruby #107

Closed Burgestrand closed 12 years ago

Burgestrand commented 12 years ago

It’s served Hallon well, but it deserves to be a part of libspotify-ruby. Very essential and useful feature with auto-GC’d pointers.

This would potentially allow adding a type to these pointers, meaning checks of a pointers type could be made before passing it to the C functions, potentially protecting you from a segfault without losing flexibility.