aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-certificate.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2010-08-09 18:27:47 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-13 22:22:22 +0800
commit2f63c0828065d86239a6ff6ebbb8b07ddc929046 (patch)
treec5debed3a230136c17064599e87f1279c69cf3a6 /libempathy/empathy-tls-certificate.h
parentce6b6bc1f8662ff24ec44fb76e869394b3f64328 (diff)
downloadgsoc2013-empathy-2f63c0828065d86239a6ff6ebbb8b07ddc929046.tar
gsoc2013-empathy-2f63c0828065d86239a6ff6ebbb8b07ddc929046.tar.gz
gsoc2013-empathy-2f63c0828065d86239a6ff6ebbb8b07ddc929046.tar.bz2
gsoc2013-empathy-2f63c0828065d86239a6ff6ebbb8b07ddc929046.tar.lz
gsoc2013-empathy-2f63c0828065d86239a6ff6ebbb8b07ddc929046.tar.xz
gsoc2013-empathy-2f63c0828065d86239a6ff6ebbb8b07ddc929046.tar.zst
gsoc2013-empathy-2f63c0828065d86239a6ff6ebbb8b07ddc929046.zip
Update for the new tp-spec API
Diffstat (limited to 'libempathy/empathy-tls-certificate.h')
-rw-r--r--libempathy/empathy-tls-certificate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-tls-certificate.h b/libempathy/empathy-tls-certificate.h
index 473134044..c79c26abd 100644
--- a/libempathy/empathy-tls-certificate.h
+++ b/libempathy/empathy-tls-certificate.h
@@ -68,7 +68,8 @@ EmpathyTLSCertificate * empathy_tls_certificate_new_finish (GAsyncResult * res,
void empathy_tls_certificate_accept (EmpathyTLSCertificate *self);
void empathy_tls_certificate_reject (EmpathyTLSCertificate *self,
- EmpTLSCertificateRejectReason reason);
+ EmpTLSCertificateRejectReason reason,
+ gboolean user_requested);
G_END_DECLS