mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 05:50:12 +01:00
libnm-util: correct documentation for nm_setting_update_secrets()
This commit is contained in:
parent
c300e953fb
commit
0a5f272c35
1 changed files with 2 additions and 2 deletions
|
|
@ -905,8 +905,8 @@ update_one_secret (NMSetting *setting, const char *key, GValue *value, GError **
|
|||
* Update the setting's secrets, given a hash table of secrets intended for that
|
||||
* setting (deserialized from D-Bus for example).
|
||||
*
|
||||
* Returns: %TRUE if the secrets were successfully updated and the connection
|
||||
* is valid, %FALSE on failure or if the setting was never added to the connection
|
||||
* Returns: %TRUE if the secrets were successfully updated, %FALSE on failure to
|
||||
* update one or more of the secrets.
|
||||
**/
|
||||
gboolean
|
||||
nm_setting_update_secrets (NMSetting *setting, GHashTable *secrets, GError **error)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue