Method: Efl::EcoreGetopt::REcoreGetopt#store_false
- Defined in:
- lib/efl/ecore_getopt.rb
#store_false(short, long, help) ⇒ Object
280 281 282 283 |
# File 'lib/efl/ecore_getopt.rb', line 280 def store_false short, long, help set_value short, :uchar, 1 set_option [ short, long, help, FFI::Pointer::NULL, :ecore_getopt_action_store_false, [:dummy,FFI::MemoryPointer::NULL] ] end |