Home
last modified time | relevance | path

Searched refs:G_APPLICATION_ALLOW_REPLACEMENT (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgioenums.h1528 G_APPLICATION_ALLOW_REPLACEMENT = (1 << 7), enumerator
Dgapplicationimpl-dbus.c462 if (app_flags & G_APPLICATION_ALLOW_REPLACEMENT) in g_application_impl_attempt_primary()
Dgioenumtypes.c1286 { G_APPLICATION_ALLOW_REPLACEMENT, "G_APPLICATION_ALLOW_REPLACEMENT", "allow-replacement" }, in g_application_flags_get_type()
Dgapplication.c565 if (application->priv->flags & G_APPLICATION_ALLOW_REPLACEMENT) in g_application_parse_command_line()
/third_party/glib/gio/tests/
Dgapplication.c1065 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()