diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-18 21:25:27 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-10 16:05:51 +0800 |
commit | 00cc78476a3926f64b531be08ff96dc817e63367 (patch) | |
tree | e69e68be238d5513e220a251aec936aff5dd1687 /libempathy/empathy-tls-verifier.h | |
parent | 049ba20e4c1579faaf999089a4a97674e3816a50 (diff) | |
download | gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.tar gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.tar.gz gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.tar.bz2 gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.tar.lz gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.tar.xz gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.tar.zst gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.zip |
Use TpTpTLSCertificate
https://bugzilla.gnome.org/show_bug.cgi?id=674318
Diffstat (limited to 'libempathy/empathy-tls-verifier.h')
-rw-r--r-- | libempathy/empathy-tls-verifier.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libempathy/empathy-tls-verifier.h b/libempathy/empathy-tls-verifier.h index 436149336..2f66acb9c 100644 --- a/libempathy/empathy-tls-verifier.h +++ b/libempathy/empathy-tls-verifier.h @@ -24,9 +24,7 @@ #include <glib-object.h> #include <gio/gio.h> -#include <libempathy/empathy-tls-certificate.h> - -#include <extensions/extensions.h> +#include <telepathy-glib/telepathy-glib.h> G_BEGIN_DECLS @@ -61,7 +59,7 @@ GType empathy_tls_verifier_get_type (void); EmpathyTLSVerifierClass)) EmpathyTLSVerifier * empathy_tls_verifier_new ( - EmpathyTLSCertificate *certificate, + TpTLSCertificate *certificate, const gchar *hostname, const gchar **reference_identities); @@ -71,7 +69,7 @@ void empathy_tls_verifier_verify_async (EmpathyTLSVerifier *self, gboolean empathy_tls_verifier_verify_finish (EmpathyTLSVerifier *self, GAsyncResult *res, - EmpTLSCertificateRejectReason *reason, + TpTLSCertificateRejectReason *reason, GHashTable **details, GError **error); |