Module: GirFFI::InfoExt::IUnionInfo

Defined in:
lib/gir_ffi/info_ext/i_union_info.rb

Instance Method Summary collapse

Instance Method Details

#to_ffitypeObject



4
5
6
7
# File 'lib/gir_ffi/info_ext/i_union_info.rb', line 4

def to_ffitype
  # TODO: It would make more sense if it were called Union
  to_type::Struct
end