Method: Efl::EcoreGetopt::REcoreGetopt#store_true
- Defined in:
- lib/efl/ecore_getopt.rb
#store_true(short, long, help) ⇒ Object
276 277 278 279 |
# File 'lib/efl/ecore_getopt.rb', line 276 def store_true short, long, help set_value short, :uchar, 0 set_option [ short, long, help, FFI::Pointer::NULL, :ecore_getopt_action_store_true, [:dummy,FFI::MemoryPointer::NULL] ] end |