summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-03-10 12:28:59 -0600
committerDan Williams <dcbw@redhat.com>2011-03-10 12:28:59 -0600
commit0a24c811514a838dff7c245a80e60fbc9431cd83 (patch)
tree5a38866aaca921b21b9f60256314eb470b3fa322
parente726895537442e79862b58bdca6e2a32097b5b42 (diff)
downloadNetworkManager-0a24c811514a838dff7c245a80e60fbc9431cd83.tar.gz
libnm-util: fix some documentation issues
-rw-r--r--libnm-util/nm-connection.h2
-rw-r--r--libnm-util/nm-setting-vpn.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/libnm-util/nm-connection.h b/libnm-util/nm-connection.h
index 03197b7c7d..67df918e36 100644
--- a/libnm-util/nm-connection.h
+++ b/libnm-util/nm-connection.h
@@ -125,7 +125,7 @@ void nm_connection_clear_secrets (NMConnection *connection);
gboolean nm_connection_update_secrets (NMConnection *connection,
const char *setting_name,
- GHashTable *all_secrets,
+ GHashTable *setting_secrets,
GError **error);
void nm_connection_set_path (NMConnection *connection,
diff --git a/libnm-util/nm-setting-vpn.c b/libnm-util/nm-setting-vpn.c
index 53884f9db6..d3aac03049 100644
--- a/libnm-util/nm-setting-vpn.c
+++ b/libnm-util/nm-setting-vpn.c
@@ -165,7 +165,7 @@ nm_setting_vpn_remove_data_item (NMSettingVPN *setting, const char *key)
* nm_setting_vpn_foreach_data_item:
* @setting: a #NMSettingVPN
* @func: (scope call): an user provided function
- * @user_data:
+ * @user_data: data to be passed to @func
*
* Iterates all data items stored in this setting
*/
@@ -215,7 +215,7 @@ nm_setting_vpn_remove_secret (NMSettingVPN *setting, const char *key)
* nm_setting_vpn_foreach_secret:
* @setting: a #NMSettingVPN
* @func: (scope call): an user provided function
- * @user_data:
+ * @user_data: data to be passed to @func
*
* Iterates all secrets stored in this setting.
*/