Enum Class OptionArg

java.lang.Object
java.lang.Enum<OptionArg>
org.gnome.glib.OptionArg
All Implemented Interfaces:
Enumeration, Serializable, Comparable<OptionArg>, Constable

@Generated("io.github.jwharm.JavaGI") public enum OptionArg extends Enum<OptionArg> implements Enumeration
The GOptionArg enum values determine 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.