Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgapplication.c541 if ((application->priv->flags & (G_APPLICATION_IS_SERVICE | G_APPLICATION_IS_LAUNCHER)) == 0) in g_application_parse_command_line()
582 application->priv->flags |= G_APPLICATION_IS_SERVICE; in g_application_parse_command_line()
1118 if (application->priv->flags & G_APPLICATION_IS_SERVICE) in g_application_real_local_command_line()
1123 application->priv->flags &= ~G_APPLICATION_IS_SERVICE; in g_application_real_local_command_line()
2546 if (application->priv->flags & G_APPLICATION_IS_SERVICE && in g_application_run()
Dgioenums.h1518 G_APPLICATION_IS_SERVICE = (1 << 0), enumerator
Dgapplicationimpl-dbus.c639 if (flags & G_APPLICATION_IS_SERVICE) in g_application_impl_register()
Dgioenumtypes.c1279 { G_APPLICATION_IS_SERVICE, "G_APPLICATION_IS_SERVICE", "is-service" }, in g_application_flags_get_type()
/third_party/glib/
DNEWS8466 639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE