Searched refs:opt_emit_dest (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/gio/ |
D | gdbus-tool.c | 587 static gchar *opt_emit_dest = NULL; variable 593 …{ "dest", 'd', 0, G_OPTION_ARG_STRING, &opt_emit_dest, N_("Optional destination for signal (unique… 665 c = connection_get_dbus_connection ((opt_emit_dest != NULL), &error); in handle_emit() 695 if (request_completion && opt_emit_dest != NULL && g_strcmp0 ("--dest", completion_prev) == 0) in handle_emit() 697 print_names (c, g_str_has_prefix (opt_emit_dest, ":")); in handle_emit() 701 if (!request_completion && opt_emit_dest != NULL && !g_dbus_is_unique_name (opt_emit_dest)) in handle_emit() 703 g_printerr (_("Error: %s is not a valid unique bus name.\n"), opt_emit_dest); in handle_emit() 707 if (opt_emit_dest == NULL && opt_emit_object_path == NULL && request_completion) in handle_emit() 712 if (opt_emit_dest != NULL && complete_paths) in handle_emit() 714 print_paths (c, opt_emit_dest, "/"); in handle_emit() [all …]
|