aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-certificate.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-08-19 00:01:15 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-19 01:19:00 +0800
commit6c3c7278e4d1716342d1d222891c33e98d829691 (patch)
tree87aec9cac6a4bf6110c2d192985327b43ae09640 /libempathy/empathy-tls-certificate.h
parent37d64d2ec686d48a88db3f94b92e88df213b11b7 (diff)
downloadgsoc2013-empathy-6c3c7278e4d1716342d1d222891c33e98d829691.tar
gsoc2013-empathy-6c3c7278e4d1716342d1d222891c33e98d829691.tar.gz
gsoc2013-empathy-6c3c7278e4d1716342d1d222891c33e98d829691.tar.bz2
gsoc2013-empathy-6c3c7278e4d1716342d1d222891c33e98d829691.tar.lz
gsoc2013-empathy-6c3c7278e4d1716342d1d222891c33e98d829691.tar.xz
gsoc2013-empathy-6c3c7278e4d1716342d1d222891c33e98d829691.tar.zst
gsoc2013-empathy-6c3c7278e4d1716342d1d222891c33e98d829691.zip
Use the hash table directly as a parameter to reject ()
Clients will have to fill it anyway
Diffstat (limited to 'libempathy/empathy-tls-certificate.h')
-rw-r--r--libempathy/empathy-tls-certificate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tls-certificate.h b/libempathy/empathy-tls-certificate.h
index 3a606c602..7066e5119 100644
--- a/libempathy/empathy-tls-certificate.h
+++ b/libempathy/empathy-tls-certificate.h
@@ -75,7 +75,7 @@ gboolean empathy_tls_certificate_accept_finish (EmpathyTLSCertificate *self,
void empathy_tls_certificate_reject_async (EmpathyTLSCertificate *self,
EmpTLSCertificateRejectReason reason,
- gboolean user_requested,
+ GHashTable *details,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean empathy_tls_certificate_reject_finish (EmpathyTLSCertificate *self,