Sha256: ad65033a34cf774669914aab5a27924e7a03095fc04a5e2d81fb28a0086dfa60
Contents?: true
Size: 147 Bytes
Versions: 10
Compression:
Stored size: 147 Bytes
Contents
require 'ffi' module GObject module Lib extend FFI::Library ffi_lib "gobject-2.0" attach_function :g_type_init, [], :void end end
Version data entries
10 entries across 10 versions & 1 rubygems