core: use GetSecrets flags everywhere

This commit is contained in:
Dan Williams
2011-01-18 14:57:44 -06:00
parent 9cf13cc3e1
commit 68ab26143b
11 changed files with 57 additions and 33 deletions

View File

@@ -114,7 +114,7 @@ guint32
nm_act_request_get_secrets (NMActRequest *self,
NMConnection *connection,
const char *setting_name,
gboolean request_new,
guint32 flags,
const char *hint,
NMActRequestSecretsFunc callback,
gpointer callback_data)
@@ -137,7 +137,7 @@ nm_act_request_get_secrets (NMActRequest *self,
call_id = nm_agent_manager_get_secrets (priv->agent_mgr,
connection ? connection : priv->connection,
setting_name,
request_new,
flags,
hint,
get_secrets_cb,
self,