Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbus-tool.c397 static gboolean opt_connection_system = FALSE; variable
403 …{ "system", 'y', 0, G_OPTION_ARG_NONE, &opt_connection_system, N_("Connect to the system bus"), NU…
434 if (!opt_connection_system && !opt_connection_session && opt_connection_address == NULL) in connection_get_dbus_connection()
442 else if ((opt_connection_system && (opt_connection_session || opt_connection_address != NULL)) || in connection_get_dbus_connection()
443 (opt_connection_session && (opt_connection_system || opt_connection_address != NULL)) || in connection_get_dbus_connection()
444 (opt_connection_address != NULL && (opt_connection_system || opt_connection_session))) in connection_get_dbus_connection()
453 if (opt_connection_system) in connection_get_dbus_connection()