Home
last modified time | relevance | path

Searched refs:starter_bus (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgdbusaddress.c1291 const gchar *starter_bus; in g_dbus_address_get_for_bus_sync() local
1379 starter_bus = g_getenv ("DBUS_STARTER_BUS_TYPE"); in g_dbus_address_get_for_bus_sync()
1380 if (g_strcmp0 (starter_bus, "session") == 0) in g_dbus_address_get_for_bus_sync()
1385 else if (g_strcmp0 (starter_bus, "system") == 0) in g_dbus_address_get_for_bus_sync()
1392 if (starter_bus != NULL) in g_dbus_address_get_for_bus_sync()
1399 starter_bus); in g_dbus_address_get_for_bus_sync()
Dgdbusconnection.c7208 const gchar *starter_bus; in message_bus_get_singleton() local
7223 starter_bus = g_getenv ("DBUS_STARTER_BUS_TYPE"); in message_bus_get_singleton()
7224 if (g_strcmp0 (starter_bus, "session") == 0) in message_bus_get_singleton()
7229 else if (g_strcmp0 (starter_bus, "system") == 0) in message_bus_get_singleton()
7236 if (starter_bus != NULL) in message_bus_get_singleton()
7243 starter_bus); in message_bus_get_singleton()