module GirFFI::InfoExt::IFieldInfo

Public Instance Methods

layout_specification() click to toggle source
# File lib/gir_ffi/info_ext/i_field_info.rb, line 6
def layout_specification
  [ name.to_sym,
    field_type.layout_specification_type,
    offset ]
end