diff options
author | Dan Williams <dcbw@redhat.com> | 2012-01-30 11:41:14 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-02-01 15:09:10 -0600 |
commit | c09a59da4b2a4d91cde01f6faefae9c188c5c6e7 (patch) | |
tree | 0490693b705b20f88b0b18c3bc827d4892b4c4be /libnm-util/nm-setting-vpn.c | |
parent | 8e22a535cc651c4b12b1586da0ccbf98f489a593 (diff) | |
download | NetworkManager-c09a59da4b2a4d91cde01f6faefae9c188c5c6e7.tar.gz |
docs: update some VPN docs in libnm-util
Diffstat (limited to 'libnm-util/nm-setting-vpn.c')
-rw-r--r-- | libnm-util/nm-setting-vpn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-util/nm-setting-vpn.c b/libnm-util/nm-setting-vpn.c index cac78cfb09..04b8fcefe1 100644 --- a/libnm-util/nm-setting-vpn.c +++ b/libnm-util/nm-setting-vpn.c @@ -178,6 +178,8 @@ nm_setting_vpn_get_user_name (NMSettingVPN *setting) * @setting: the #NMSettingVPN * * Gets number of key/value pairs of VPN configuration data. + * + * Returns: the number of VPN plugin specific configuration data items **/ guint32 nm_setting_vpn_get_num_data_items (NMSettingVPN *setting) @@ -302,6 +304,8 @@ nm_setting_vpn_foreach_data_item (NMSettingVPN *setting, * @setting: the #NMSettingVPN * * Gets number of VPN plugin specific secrets in the setting. + * + * Returns: the number of VPN plugin specific secrets **/ guint32 nm_setting_vpn_get_num_secrets (NMSettingVPN *setting) |