Sha256: 2dabbdf8c91099060368d38148b6690aaf7cf193b3dbc220c30025ba84f87e1a
Contents?: true
Size: 192 Bytes
Versions: 10
Compression:
Stored size: 192 Bytes
Contents
module GObject # Module for attaching functions from the gobject library 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