diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-18 22:40:21 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-19 01:18:56 +0800 |
commit | f0793af4b460ffcde3df89f77590f6130c2b8b9e (patch) | |
tree | 34910daa354defac9aef8ac17596e59e510e2c91 /libempathy/empathy-tls-verifier.h | |
parent | 0a173bc247669513992889723e93eb2de4cc0de9 (diff) | |
download | gsoc2013-empathy-f0793af4b460ffcde3df89f77590f6130c2b8b9e.tar gsoc2013-empathy-f0793af4b460ffcde3df89f77590f6130c2b8b9e.tar.gz gsoc2013-empathy-f0793af4b460ffcde3df89f77590f6130c2b8b9e.tar.bz2 gsoc2013-empathy-f0793af4b460ffcde3df89f77590f6130c2b8b9e.tar.lz gsoc2013-empathy-f0793af4b460ffcde3df89f77590f6130c2b8b9e.tar.xz gsoc2013-empathy-f0793af4b460ffcde3df89f77590f6130c2b8b9e.tar.zst gsoc2013-empathy-f0793af4b460ffcde3df89f77590f6130c2b8b9e.zip |
Add a details hash table as an out param of the verification
Diffstat (limited to 'libempathy/empathy-tls-verifier.h')
-rw-r--r-- | libempathy/empathy-tls-verifier.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tls-verifier.h b/libempathy/empathy-tls-verifier.h index b4cc1fcb7..e73a71aeb 100644 --- a/libempathy/empathy-tls-verifier.h +++ b/libempathy/empathy-tls-verifier.h @@ -71,6 +71,7 @@ void empathy_tls_verifier_verify_async (EmpathyTLSVerifier *self, gboolean empathy_tls_verifier_verify_finish (EmpathyTLSVerifier *self, GAsyncResult *res, EmpTLSCertificateRejectReason *reason, + GHashTable **details, GError **error); G_END_DECLS |