libnm-util: fix some documentation issues

This commit is contained in:
Dan Williams
2011-03-10 12:28:59 -06:00
parent e726895537
commit 0a24c81151
2 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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.
*/