libnm-util: fix some documentation issues
This commit is contained in:
@@ -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,
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user