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-server-tls-handler.h | |
parent | 049ba20e4c1579faaf999089a4a97674e3816a50 (diff) | |
download | gsoc2013-empathy-00cc78476a3926f64b531be08ff96dc817e63367.tar.gz 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-server-tls-handler.h')
-rw-r--r-- | libempathy/empathy-server-tls-handler.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-server-tls-handler.h b/libempathy/empathy-server-tls-handler.h index 1fae98b0a..f4caf3539 100644 --- a/libempathy/empathy-server-tls-handler.h +++ b/libempathy/empathy-server-tls-handler.h @@ -24,9 +24,7 @@ #include <glib-object.h> #include <gio/gio.h> -#include <telepathy-glib/channel.h> - -#include <libempathy/empathy-tls-certificate.h> +#include <telepathy-glib/telepathy-glib.h> G_BEGIN_DECLS @@ -65,7 +63,7 @@ void empathy_server_tls_handler_new_async (TpChannel *channel, EmpathyServerTLSHandler * empathy_server_tls_handler_new_finish ( GAsyncResult *result, GError **error); -EmpathyTLSCertificate * empathy_server_tls_handler_get_certificate ( +TpTLSCertificate * empathy_server_tls_handler_get_certificate ( EmpathyServerTLSHandler *self); G_END_DECLS |