Package: glib
CEnum glib:option-arg
| Declaration(cffi:defcenum option-arg :none :string :int :callback :filename :string-array :filename-array :double :int64) Values
 Details          The g:option-arg enumeration determines which type of extra
    argument the options expect to find.  
  If an option expects an extra argument, it can be specified in several ways,  with a short option -x arg, with a long option --name arg or  combined in a single argument --name=arg.   | See also | 
2025-05-22