Sha256: e6c7a64b88a04fd81a310bfb85f09adf943f4f46b5cc335a7a42507c434d8af9

Contents?: true

Size: 192 Bytes

Versions: 3

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

3 entries across 3 versions & 1 rubygems

Version Path
gir_ffi-0.7.7 lib/gir_ffi-base/gobject/lib.rb
gir_ffi-0.7.6 lib/gir_ffi-base/gobject/lib.rb
gir_ffi-0.7.5 lib/gir_ffi-base/gobject/lib.rb