From 0a24c811514a838dff7c245a80e60fbc9431cd83 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 10 Mar 2011 12:28:59 -0600 Subject: [PATCH] libnm-util: fix some documentation issues --- libnm-util/nm-connection.h | 2 +- libnm-util/nm-setting-vpn.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libnm-util/nm-connection.h b/libnm-util/nm-connection.h index 03197b7c7..67df918e3 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 53884f9db..d3aac0304 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. */