mvz / gir_ffi

Auto-generate bindings for GObject based libraries at run time using FFI
https://github.com/mvz/gir_ffi/wiki
GNU Lesser General Public License v2.1
145 stars 14 forks source link

Nautilus extensions written in Ruby #16

Open ghost opened 13 years ago

ghost commented 13 years ago

I'd like develop some Nautilus extension in Ruby (not in C or Python). I wonder if I could do that with ruby-gir-ffi. I think I could use Nautilus objects but I don't know if I would need some kind of C-to-Ruby glue code.

Your project is great! Thank you!

Greetings.

mvz commented 12 years ago

Hello pmros, thanks for the kind words.

I've taken a look at how the Python extensions for Nautilus work, and my conclusion is as follows:

The biggest hurdle would probably be creating the glue code. That's definitely something for a separate project.

Regards.