On Tue, 2015-04-07 at 11:00 +0800, 张天晔 wrote: > How can I use GetSecrets? > I don't know what setting_name is to parse to D-Bus when I want to get > a secret!
The 'setting_name' for GetSecrets is name of the Setting object you're requesting secrets for. Each Setting object has a name, like '802-3-ethernet' and '802-11-wireless'. These are described in https://developer.gnome.org/NetworkManager/0.9/ref-settings.html . They are also used as the keys in the Connection dict, and quite a few other places in the API. Dan _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
