mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 13:38:43 +02:00
libnm-util: fix parameter name for docs generator
This commit is contained in:
parent
204d2fff3c
commit
8a5916afdb
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ void nm_connection_clear_secrets (NMConnection *connection);
|
||||||
|
|
||||||
gboolean nm_connection_update_secrets (NMConnection *connection,
|
gboolean nm_connection_update_secrets (NMConnection *connection,
|
||||||
const char *setting_name,
|
const char *setting_name,
|
||||||
GHashTable *secrets,
|
GHashTable *all_secrets,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
void nm_connection_set_path (NMConnection *connection,
|
void nm_connection_set_path (NMConnection *connection,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue