Method: Efl::EcoreGetopt::REcoreGetopt#store_const

Defined in:
lib/efl/ecore_getopt.rb

#store_const(short, long, help, def_val, value) ⇒ Object



272
273
274
275
# File 'lib/efl/ecore_getopt.rb', line 272

def store_const short, long, help, def_val, value
    set_value short, :int, def_val
    set_option [ short, long, help, FFI::Pointer::NULL, :ecore_getopt_action_store_const, [:store_const, value] ]
end