summaryrefslogtreecommitdiff
path: root/gio/src/tlsclientconnection.ccg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-01-08 23:57:32 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-01-09 00:02:30 -0500
commitf93b3475007804cb8a84f77eec732f8cc5b60cea (patch)
tree70cb9f7838087c3e7acf8d64087da22a7ebcaf6e /gio/src/tlsclientconnection.ccg
parent209f838c2f3f4b99c5b7d4797d35e13e38b97081 (diff)
downloadglibmm-f93b3475007804cb8a84f77eec732f8cc5b60cea.tar.gz
giomm: Add the Tls[Client|Server]Connection classes.
* gio/src/tlsclientconnection.{ccg,hg}: Add the new client sources wrapping the methods and properties. * gio/src/tlsserverconnection.{ccg,hg}: Add the new server sources wrapping its single property. * gio/src/filelist.am: Include the new sources in the list of files to be built. * gio/src/enums.hg: Add the TlsAuthenticationMode enum needed for the server class here because it is documented in the Tls Overview section of the C API's documentation and not as part of any other class. * tools/m4/convert_gio.m4: Add a necessary conversion. * gio/src/tlsdatabase.{ccg,hg}: Fix the includes so that the tlscertificate.h header file does not have to be included in the .h file but instead in the .c file.
Diffstat (limited to 'gio/src/tlsclientconnection.ccg')
-rw-r--r--gio/src/tlsclientconnection.ccg19
1 files changed, 19 insertions, 0 deletions
diff --git a/gio/src/tlsclientconnection.ccg b/gio/src/tlsclientconnection.ccg
new file mode 100644
index 00000000..0ea183ee
--- /dev/null
+++ b/gio/src/tlsclientconnection.ccg
@@ -0,0 +1,19 @@
+/* Copyright (C) 2013 The giomm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <gio/gio.h>
+#include <giomm/socketconnectable.h>