Method: Efl::EcoreGetopt::REcoreGetopt#copyright

Defined in:
lib/efl/ecore_getopt.rb


250
251
252
253
# File 'lib/efl/ecore_getopt.rb', line 250

def copyright short, long, key=nil
    set_value key||short, :uchar, 0
    set_option [ short, long, 'show copyright.', FFI::Pointer::NULL, :ecore_getopt_action_copyright, [:dummy,FFI::Pointer::NULL] ]
end