core: add nm-secrets-flags.h for secret agent flags typedef

Make it clearer what's going on instead of using flags here and there
and numbers elsewhere.
This commit is contained in:
Dan Williams
2011-03-29 22:53:22 -05:00
parent ee259ff79a
commit 4e4bfeb499
15 changed files with 72 additions and 40 deletions

View File

@@ -123,7 +123,7 @@ get_secrets_cb (NMSettingsConnection *connection,
guint32
nm_act_request_get_secrets (NMActRequest *self,
const char *setting_name,
guint32 flags,
NMSettingsGetSecretsFlags flags,
const char *hint,
NMActRequestSecretsFunc callback,
gpointer callback_data)