Method: Efl::EcoreGetopt::REcoreGetopt#callback_noargs

Defined in:
lib/efl/ecore_getopt.rb

#callback_noargs(short, long, help, cb, data = nil) ⇒ Object



323
324
325
# File 'lib/efl/ecore_getopt.rb', line 323

def callback_noargs short, long, help, cb, data=nil
    callback_full short, long, help, FFI::Pointer::NULL, cb, data, false, :uchar, 0
end