Searched refs:g_application_add_main_option (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/tests/ |
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/gio/ |
D | gapplication.h | 169 void g_application_add_main_option (GApplication *…
|
D | gapplication.c | 770 g_application_add_main_option (GApplication *application, in g_application_add_main_option() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3282 g_application_add_main_option
|
/third_party/glib/ |
D | NEWS | 4657 - g_application_add_main_option now uses an enum instead of an 'int' 4713 commandline options: g_application_add_main_option
|