Searched refs:G_APPLICATION_ALLOW_REPLACEMENT (Results 1 – 5 of 5) sorted by relevance
1528 G_APPLICATION_ALLOW_REPLACEMENT = (1 << 7), enumerator
462 if (app_flags & G_APPLICATION_ALLOW_REPLACEMENT) in g_application_impl_attempt_primary()
1286 { G_APPLICATION_ALLOW_REPLACEMENT, "G_APPLICATION_ALLOW_REPLACEMENT", "allow-replacement" }, in g_application_flags_get_type()
565 if (application->priv->flags & G_APPLICATION_ALLOW_REPLACEMENT) in g_application_parse_command_line()
1065 app = g_application_new ("org.gtk.TestApplication.Replace", G_APPLICATION_ALLOW_REPLACEMENT); in test_replace()1094 …_application_new ("org.gtk.TestApplication.Replace", allow ? G_APPLICATION_ALLOW_REPLACEMENT : G_A… in test_replace()