From c09a59da4b2a4d91cde01f6faefae9c188c5c6e7 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 30 Jan 2012 11:41:14 -0600 Subject: [PATCH] docs: update some VPN docs in libnm-util --- libnm-util/nm-setting-vpn.c | 4 ++++ 1 file changed, 4 insertions(+) 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)