Class: Efl::Native::EcoreGetoptValue

Inherits:
FFI::Union
  • Object
show all
Defined in:
lib/efl/ecore_getopt.rb

Instance Method Summary collapse

Instance Method Details

#value_ptr(idx) ⇒ Object



24
25
26
# File 'lib/efl/ecore_getopt.rb', line 24

def value_ptr idx
    Native::EcoreGetoptValue.new to_ptr+(idx*Native::EcoreGetoptValue.size)
end