Sha256: 893df6cd3cbe3e2048f45e3da7f94a426c4f93a6c65eb0b26e851a0ccbe5f594
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
require 'gir_ffi/builder/type/struct_based' module GirFFI module Builder module Type # Implements the creation of a class representing a Struct. class Struct < StructBased def setup_class super provide_constructor end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gir_ffi-0.0.10 | lib/gir_ffi/builder/type/struct.rb |
gir_ffi-0.0.9 | lib/gir_ffi/builder/type/struct.rb |