Package ch.bailu.gtk.glib
Schnittstelle OptionError
public interface OptionError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
A value couldn't be parsed.static final int
A #GOptionArgFunc callback failed.static final int
An option was not known to the parser.
-
Felddetails
-
UNKNOWN_OPTION
static final int UNKNOWN_OPTIONAn option was not known to the parser.
This error will only be reported, if the parser hasn't been instructed
to ignore unknown options, see g_option_context_set_ignore_unknown_options().- Siehe auch:
-
BAD_VALUE
static final int BAD_VALUEA value couldn't be parsed.- Siehe auch:
-
FAILED
static final int FAILEDA #GOptionArgFunc callback failed.- Siehe auch:
-