Searched refs:G_APPLICATION_IS_SERVICE (Results 1 – 5 of 5) sorted by relevance
541 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()
1518 G_APPLICATION_IS_SERVICE = (1 << 0), enumerator
639 if (flags & G_APPLICATION_IS_SERVICE) in g_application_impl_register()
1279 { G_APPLICATION_IS_SERVICE, "G_APPLICATION_IS_SERVICE", "is-service" }, in g_application_flags_get_type()
8466 639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE