Searched refs:G_OPTION_FLAG_REVERSE (Results 1 – 7 of 7) sorted by relevance
54 { "nodaemon", 'n', G_OPTION_FLAG_REVERSE,
41 G_OPTION_FLAG_REVERSE = 1 << 2, enumerator
1000 *(gboolean *)entry->arg_data = !(entry->flags & G_OPTION_FLAG_REVERSE); in parse_arg()
389 { "nodetach", 'n', G_OPTION_FLAG_REVERSE,
377 * glib/goption.h (enum GOptionFlags): Add G_OPTION_FLAG_REVERSE,
2289 - Add G_OPTION_FLAG_REVERSE to allow options
2267 * glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.