Sha256: c892e576dbaeeac06c782e51cd51840e99f3b41fa643ed8c3aff9359da74aa58
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true # Ensure GLib is defined by GirFFI itself raise 'The module GObject was already defined elsewhere' if Kernel.const_defined? :GObject # The part of the GObject namespace that is needed by GObjectIntrospection. module GObject def self.type_init Lib.g_type_init end end require 'gir_ffi-base/gobject/lib'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gir_ffi-0.9.5 | lib/gir_ffi-base/gobject.rb |