Searched refs:G_OPTION_FLAG_NONE (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | spawn-path-search-helper.c | 65 G_OPTION_FLAG_NONE, G_OPTION_ARG_FILENAME, &chdir_child, in main() 68 G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &search_path, in main() 71 G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &search_path_from_envp, in main() 74 G_OPTION_FLAG_NONE, G_OPTION_ARG_FILENAME, &set_path_in_envp, in main() 77 G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &unset_path_in_envp, in main() 80 G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &slow_path, in main()
|
/third_party/glib/gio/tests/ |
D | gapplication-example-cmdline4.c | 51 …{ "version", 'v', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, NULL, "Show the application version", NUL… in main() 54 { "flag", 'f', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, NULL, "A flag argument", NULL }, in main()
|
D | gapplication.c | 743 … g_application_add_main_option (app, "foo", 'f', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, "", ""); in test_help() 865 … g_application_add_main_option (app, "success", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, "", ""); in test_handle_local_options_success() 866 … g_application_add_main_option (app, "failure", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, "", ""); in test_handle_local_options_success() 897 … g_application_add_main_option (app, "success", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, "", ""); in test_handle_local_options_failure() 898 … g_application_add_main_option (app, "failure", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, "", ""); in test_handle_local_options_failure() 929 … g_application_add_main_option (app, "success", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, "", ""); in test_handle_local_options_passthrough() 930 … g_application_add_main_option (app, "failure", 0, G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, "", ""); in test_handle_local_options_passthrough()
|
/third_party/glib/glib/ |
D | goption.h | 83 G_OPTION_FLAG_NONE = 0, enumerator
|
/third_party/glib/ |
D | NEWS | 4660 - added a G_OPTION_FLAG_NONE so that people don't need to use 0
|