Searched refs:g_application_run (Results 1 – 18 of 18) sorted by relevance
/third_party/glib/gio/tests/ |
D | gapplication.c | 492 g_application_run (app, 1, argv); in test_nodbus() 522 g_application_run (app, 1, argv); in test_noappid() 568 g_application_run (app, 1, argv); in test_quit() 623 g_application_run (app, 1, argv); in test_local_actions() 678 g_application_run (app, 1, argv); in test_local_command_line() 746 status = g_application_run (app, G_N_ELEMENTS (argv) -1, argv); in test_help() 870 status = g_application_run (app, G_N_ELEMENTS (argv) -1, argv); in test_handle_local_options_success() 902 status = g_application_run (app, G_N_ELEMENTS (argv) -1, argv); in test_handle_local_options_failure() 934 status = g_application_run (app, G_N_ELEMENTS (argv) -1, argv); in test_handle_local_options_passthrough() 1069 g_application_run (app, G_N_ELEMENTS (argv) - 1, argv); in test_replace() [all …]
|
D | gapplication-example-cmdline.c | 38 status = g_application_run (app, argc, argv); in main()
|
D | gapplication-example-open.c | 51 status = g_application_run (app, argc, argv); in main()
|
D | gapplication-example-cmdline4.c | 80 status = g_application_run (app, argc, argv); in main()
|
D | gapplication-example-dbushooks.c | 92 status = g_application_run (app, argc, argv); in main()
|
D | dbus-appinfo.c | 270 status = g_application_run (app, 1, (gchar **) argv); in test_dbus_appinfo() 354 status = g_application_run (app, 1, (gchar **) argv); in test_flatpak_doc_export()
|
D | gapplication-example-cmdline2.c | 101 status = g_application_run (app, argc, argv); in main()
|
D | gapplication-example-cmdline3.c | 101 status = g_application_run (app, argc, argv); in main()
|
D | gapplication-example-actions.c | 117 status = g_application_run (app, argc, argv); in main()
|
D | gnotification.c | 127 g_application_run (app, 0, NULL); in server_notify_is_running()
|
D | basic-application.c | 267 status = g_application_run (app, argc - 1, argv + 1); in main()
|
/third_party/gettext/gettext-tools/examples/hello-c-gnome3/ |
D | hello.c | 188 status = g_application_run (application, argc, argv); in main()
|
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/ |
D | main.c | 206 status = g_application_run(G_APPLICATION(app), argc, argv); in main()
|
/third_party/glib/gio/ |
D | gapplication.h | 213 int g_application_run (GApplication *…
|
D | gapplication.c | 2441 g_application_run (GApplication *application, in g_application_run() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3280 g_application_run
|
/third_party/glib/ |
D | NEWS | 3850 …y of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run()) 3856 759554 g_application_run() calls g_main_context_default() repeatidly 4432 744876 Unclean exit from from g_application_run 8294 - GApplication now syncs settings before g_application_run() returns 8345 643649 g_application_run() should say that argc/argv can be NULL
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 14568 …#223 0x00007fe69e3dfd25 in g_application_run (application=0x71c1f0 [GESLauncher], argc=argc@entry=…
|