Home
last modified time | relevance | path

Searched refs:startup_id (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/tests/
Ddbus-appinfo.c226 const gchar *startup_id; in test_application_before_emit() local
230 if (!g_variant_lookup (platform_data, "desktop-startup-id", "&s", &startup_id)) in test_application_before_emit()
233 g_assert_cmpstr (startup_id, ==, "expected startup id"); in test_application_before_emit()
/third_party/glib/gio/
Dgapplication-tool.c298 const gchar *startup_id; in app_get_platform_data() local
302 if ((startup_id = g_getenv ("DESKTOP_STARTUP_ID"))) in app_get_platform_data()
303 … g_variant_builder_add (&builder, "{sv}", "desktop-startup-id", g_variant_new_string (startup_id)); in app_get_platform_data()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dinstall-plugins.h119 … const gchar * startup_id);
Dinstall-plugins.c392 (GstInstallPluginsContext * ctx, const gchar * startup_id) in gst_install_plugins_context_set_startup_notification_id() argument
396 ctx->startup_notification_id = g_strdup (startup_id); in gst_install_plugins_context_set_startup_notification_id()