diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2010-02-25 18:37:45 +0000 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@noise.cbg.collabora.co.uk> | 2010-03-09 18:53:24 +0000 |
commit | 95b79aff8de71b22502df6c9fec7910945302a49 (patch) | |
tree | bbd0607d1c1bc9bb0c658d16b8c8dd9dba34cad0 /src/mcd-account.h | |
parent | 6ead3d4396347ec3ae0682809a70ac9daf276ca7 (diff) |
Expose whether a parmater is secret (for use by account storage plugins).
Diffstat (limited to 'src/mcd-account.h')
-rw-r--r-- | src/mcd-account.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mcd-account.h b/src/mcd-account.h index 6987afef..3e724adf 100644 --- a/src/mcd-account.h +++ b/src/mcd-account.h @@ -151,4 +151,7 @@ McdConnection *mcd_account_get_connection (McdAccount *account); gboolean mcd_account_check_request (McdAccount *account, GHashTable *request, GError **error); +gboolean mcd_account_parameter_is_secret (McdAccount *self, + const gchar *name); + #endif |