diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2013-01-09 00:08:39 -0500 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2013-01-09 00:08:39 -0500 |
commit | c3383ba30fceb33e7ce0b12024fc1fe4365d65e8 (patch) | |
tree | cc01361984e80000a488454702984e25f0959390 /gio | |
parent | f93b3475007804cb8a84f77eec732f8cc5b60cea (diff) | |
download | glibmm-c3383ba30fceb33e7ce0b12024fc1fe4365d65e8.tar.gz |
giomm.h: Add the tls[client|server]connection.h headers.
* gio/giomm.h: Add the two new headers.
Diffstat (limited to 'gio')
-rw-r--r-- | gio/giomm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/giomm.h b/gio/giomm.h index f5ba0369..777d9d6a 100644 --- a/gio/giomm.h +++ b/gio/giomm.h @@ -128,11 +128,13 @@ #include <giomm/themedicon.h> #include <giomm/threadedsocketservice.h> #include <giomm/tlscertificate.h> +#include <giomm/tlsclientconnection.h> #include <giomm/tlsconnection.h> #include <giomm/tlsdatabase.h> #include <giomm/tlsfiledatabase.h> #include <giomm/tlsinteraction.h> #include <giomm/tlspassword.h> +#include <giomm/tlsserverconnection.h> #ifndef G_OS_WIN32 # include <giomm/unixconnection.h> # include <giomm/unixcredentialsmessage.h> |