GNOME Bugzilla – Bug 163325
glibmm needs additional g_option-wrapping (G_OPTION_ARG_NONE)
Last modified: 2005-01-19 13:18:08 UTC
Hi, G_OPTION_ARG_NONE isn't wrapped, so flags like --be-really-quiet (no argument at all) can't be parsed. (Workaround for now is, to have an integer argument, which has to be checked to be > 0 or something) I guess it needs to be fixed in glibmm/glib/src/optionentry.hg right after OptionEntry& operator=(const OptionEntry& src); but how, I do not know. Bye, Daniel
I fixed this a while ago.