Home
last modified time | relevance | path

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

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdbus-tool.c399 static gchar *opt_connection_address = NULL; variable
405 …{ "address", 'a', 0, G_OPTION_ARG_STRING, &opt_connection_address, N_("Connect to given D-Bus addr…
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()
461 else if (opt_connection_address != NULL) in connection_get_dbus_connection()
466 c = g_dbus_connection_new_for_address_sync (opt_connection_address, in connection_get_dbus_connection()