Searched refs:G_APPLICATION (Results 1 – 7 of 7) sorted by relevance
18 GApplication *application = G_APPLICATION (data); in activate_action()30 GApplication *application = G_APPLICATION (data); in activate_toggle_action()
398 ret = g_application_register (G_APPLICATION (app), NULL, &error); in properties()414 g_application_quit (G_APPLICATION (app)); in properties()
1215 GApplication *application = G_APPLICATION (object); in g_application_set_property()1285 GApplication *application = G_APPLICATION (object); in g_application_get_property()1330 GApplication *application = G_APPLICATION (object); in g_application_constructed()1353 GApplication *application = G_APPLICATION (object); in g_application_dispose()1375 GApplication *application = G_APPLICATION (object); in g_application_finalize()2247 GApplication *application = G_APPLICATION (data); in inactivity_timeout_expired()2595 GApplication *application = G_APPLICATION (action_group); in g_application_list_actions()2619 GApplication *application = G_APPLICATION (group); in g_application_query_action()2649 GApplication *application = G_APPLICATION (action_group); in g_application_change_action_state()2668 GApplication *application = G_APPLICATION (action_group); in g_application_activate_action()[all …]
32 #define G_APPLICATION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), … macro
185 application = G_APPLICATION (hello_application_new ()); in main()
206 status = g_application_run(G_APPLICATION(app), argc, argv); in main()
3298 G_APPLICATION