Method: Efl::EcoreGetopt::REcoreGetopt#count

Defined in:
lib/efl/ecore_getopt.rb

#count(short, long, help, def_val) ⇒ Object



284
285
286
287
# File 'lib/efl/ecore_getopt.rb', line 284

def count short, long, help, def_val
    set_value short, :int, def_val
    set_option [ short, long, help, FFI::Pointer::NULL, :ecore_getopt_action_count, [:dummy,FFI::Pointer::NULL] ]
end