gplugin/gplugin

closing this branch as there is no demand for this
feature/ruby-loader
17 months ago, Gary Kramlich
d44bad5e041e
closing this branch as there is no demand for this
require 'gir_ffi'
GirFFI.setup :GPlugin
def gplugin_query()
return GPlugin::PluginInfo.new({
:id => 'ruby/ruby-load-exception',
})
end
def gplugin_load(plugin)
raise 'explosion!'
end
def gplugin_unload(plugin)
return true
end