diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2013-01-08 23:57:32 -0500 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2013-01-09 00:02:30 -0500 |
commit | f93b3475007804cb8a84f77eec732f8cc5b60cea (patch) | |
tree | 70cb9f7838087c3e7acf8d64087da22a7ebcaf6e /gio/src/enums.hg | |
parent | 209f838c2f3f4b99c5b7d4797d35e13e38b97081 (diff) | |
download | glibmm-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/enums.hg')
-rw-r--r-- | gio/src/enums.hg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/enums.hg b/gio/src/enums.hg index 315e7fd6..25185596 100644 --- a/gio/src/enums.hg +++ b/gio/src/enums.hg @@ -29,6 +29,7 @@ _WRAP_ENUM(DataStreamByteOrder, GDataStreamByteOrder, NO_GTYPE) _WRAP_ENUM(DataStreamNewlineType, GDataStreamNewlineType, NO_GTYPE) _WRAP_ENUM(ErrorEnum, GIOErrorEnum, NO_GTYPE) _WRAP_ENUM(SocketFamily, GSocketFamily) +_WRAP_ENUM(TlsAuthenticationMode, GTlsAuthenticationMode) _WRAP_ENUM(TlsCertificateFlags, GTlsCertificateFlags) } // namespace Gio |