Searched refs:opt_monitor_object_path (Results 1 – 1 of 1) sorted by relevance
1926 static gchar *opt_monitor_object_path = NULL; variable1961 opt_monitor_object_path, in monitor_on_name_appeared()1986 …{ "object-path", 'o', 0, G_OPTION_ARG_STRING, &opt_monitor_object_path, N_("Object path to monitor…2104 if (opt_monitor_object_path == NULL) in handle_monitor()2116 s = g_strdup (opt_monitor_object_path); in handle_monitor()2128 …if (!request_completion && (opt_monitor_object_path != NULL && !g_variant_is_object_path (opt_moni… in handle_monitor()2130 g_printerr (_("Error: %s is not a valid object path\n"), opt_monitor_object_path); in handle_monitor()2138 if (opt_monitor_object_path != NULL) in handle_monitor()2139 …g_print ("Monitoring signals on object %s owned by %s\n", opt_monitor_object_path, opt_monitor_des… in handle_monitor()