summaryrefslogtreecommitdiff
path: root/gio/src/tlsinteraction.ccg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-01-01 20:19:47 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-01-01 20:19:47 -0500
commitf6f3801ce576a1186d1bf2dab04498801ef3e8b4 (patch)
tree276b94be82470f66e0479e4a84c3b7ea68cb37f1 /gio/src/tlsinteraction.ccg
parent30b5a563f61260afbc288a29e1bbb458de217f61 (diff)
downloadglibmm-f6f3801ce576a1186d1bf2dab04498801ef3e8b4.tar.gz
giomm: Add the TlsInteraction class.
* gio/src/tlsinteraction.{ccg,hg}: * gio/src/filelist.am: Add the sources wrapping the C functions and include the sources in the build. * gio/src/gio_vfuncs.defs: Add the virtual functions of the class. The vfuncs are not wrapped yet so that gmmproc can be modified so that virtual functions with slot parameters can be wrapped as is already possible with methods. * tools/m4/convert_gio.m4: Add necessary conversions.
Diffstat (limited to 'gio/src/tlsinteraction.ccg')
-rw-r--r--gio/src/tlsinteraction.ccg26
1 files changed, 26 insertions, 0 deletions
diff --git a/gio/src/tlsinteraction.ccg b/gio/src/tlsinteraction.ccg
new file mode 100644
index 00000000..45074f6d
--- /dev/null
+++ b/gio/src/tlsinteraction.ccg
@@ -0,0 +1,26 @@
+/* Copyright (C) 2012 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/cancellable.h>
+#include <giomm/tlspassword.h>
+#include "slot_async.h"
+
+namespace Gio
+{
+
+} // namespace Gio