summaryrefslogtreecommitdiff
path: root/gio/gio.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2009-12-21 20:50:32 +0100
committerDan Winship <danw@gnome.org>2010-11-26 15:57:11 -0500
commit59d62726de8efdd478ca1c940134df1112a006f2 (patch)
treefbe246b1a5d0fcccf361c2da3b79ea3b4caf57df /gio/gio.h
parenta1690339c731cf037d3ed97eda864159f2ba9308 (diff)
Add initial TLS (SSL) support to gio
This adds an extension point for TLS connections to gio, with a gnutls-based implementation in glib-networking. Full TLS support is still a work in progress; the current API is missing some features, and parts of it may still be changed before 2.28. https://bugzilla.gnome.org/show_bug.cgi?id=588189
Diffstat (limited to 'gio/gio.h')
-rw-r--r--gio/gio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gio/gio.h b/gio/gio.h
index 714e935d3..306012f43 100644
--- a/gio/gio.h
+++ b/gio/gio.h
@@ -120,6 +120,11 @@
#include <gio/gtcpwrapperconnection.h>
#include <gio/gthemedicon.h>
#include <gio/gthreadedsocketservice.h>
+#include <gio/gtlsbackend.h>
+#include <gio/gtlscertificate.h>
+#include <gio/gtlsclientconnection.h>
+#include <gio/gtlsconnection.h>
+#include <gio/gtlsserverconnection.h>
#include <gio/gvfs.h>
#include <gio/gvolume.h>
#include <gio/gvolumemonitor.h>