core: pass hints as strv to nm_act_request_get_secrets()

Extend nm_act_request_get_secrets() API to allow for the underlying
flexibility (of the API that it calls) to accept a strv list of hints.
This commit is contained in:
Thomas Haller
2019-01-24 16:18:56 +01:00
parent 787f5f7a46
commit bd590579da
5 changed files with 15 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ NMActRequestGetSecretsCallId *nm_act_request_get_secrets (NMActRequest *req,
gboolean take_ref,
const char *setting_name,
NMSecretAgentGetSecretsFlags flags,
const char *hint,
const char *const*hints,
NMActRequestSecretsFunc callback,
gpointer callback_data);