[glibmm] giomm.h: Add the new tls*.h headers.



commit 209f838c2f3f4b99c5b7d4797d35e13e38b97081
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Mon Jan 7 16:21:37 2013 -0500

    giomm.h: Add the new tls*.h headers.
    
    	* gio/giomm.h: Add the
    	tls[connection|database|filedatabase|interaction].h headers.

 ChangeLog   |    7 +++++++
 gio/giomm.h |    4 ++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dc1de5e..095ef05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-01-07  Josà Alburquerque  <jaalburquerque gmail com>
 
+	giomm.h: Add the new tls*.h headers.
+
+	* gio/giomm.h: Add the
+	tls[connection|database|filedatabase|interaction].h headers.
+
+2013-01-07  Josà Alburquerque  <jaalburquerque gmail com>
+
 	Tls[Database|Interaction|Passowrd]: Const corrections.
 
 	* gio/src/tlsdatabase.hg (verify_chain):
diff --git a/gio/giomm.h b/gio/giomm.h
index ede5bf2..f5ba036 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -128,6 +128,10 @@
 #include <giomm/themedicon.h>
 #include <giomm/threadedsocketservice.h>
 #include <giomm/tlscertificate.h>
+#include <giomm/tlsconnection.h>
+#include <giomm/tlsdatabase.h>
+#include <giomm/tlsfiledatabase.h>
+#include <giomm/tlsinteraction.h>
 #include <giomm/tlspassword.h>
 #ifndef G_OS_WIN32
 # include <giomm/unixconnection.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]