libnm-util: make explicit that we only allow VPN as secondaries (rh #1094296)

https://bugzilla.redhat.com/show_bug.cgi?id=1094296
This commit is contained in:
Jiří Klimeš
2014-05-23 09:15:37 +02:00
parent 258e3cfdf4
commit e3d1e176c2

View File

@@ -1350,7 +1350,7 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
* NMSettingConnection:secondaries:
*
* List of connection UUIDs that should be activated when the base connection
* itself is activated.
* itself is activated. Currently only VPN connections are supported.
*
* Since: 0.9.8
**/
@@ -1359,7 +1359,8 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
_nm_param_spec_specialized (NM_SETTING_CONNECTION_SECONDARIES,
"Secondaries",
"List of connection UUIDs that should be activated "
"when the base connection itself is activated.",
"when the base connection itself is activated. "
"Currently only VPN connections are supported.",
DBUS_TYPE_G_LIST_OF_STRING,
G_PARAM_READWRITE | NM_SETTING_PARAM_FUZZY_IGNORE));