Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-example-watch-name.c4 static gboolean opt_system_bus = FALSE; variable
10 …{ "system-bus", 's', 0, G_OPTION_ARG_NONE, &opt_system_bus, "Use the system-bus instead of the ses…
23 opt_system_bus ? "the system bus" : "the session bus", in on_name_appeared()
34 opt_system_bus ? "the system bus" : "the session bus"); in on_name_vanished()
68 watcher_id = g_bus_watch_name (opt_system_bus ? G_BUS_TYPE_SYSTEM : G_BUS_TYPE_SESSION, in main()
Dgdbus-example-watch-proxy.c6 static gboolean opt_system_bus = FALSE; variable
15 …{ "system-bus", 's', 0, G_OPTION_ARG_NONE, &opt_system_bus, "Use the system-bus instead of the ses…
118 opt_system_bus ? "System Bus" : "Session Bus", in print_proxy()
131 opt_system_bus ? "System Bus" : "Session Bus", in print_proxy()
188 proxy = g_dbus_proxy_new_for_bus_sync (opt_system_bus ? G_BUS_TYPE_SYSTEM : G_BUS_TYPE_SESSION, in main()