From 3df1b41edb8bd134f97f84bdf4f5012ec29f542c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Alburquerque?= Date: Wed, 27 Mar 2013 00:50:58 -0400 Subject: giomm.h: Also remove the tlsfiledatabase.h include. * gio/giomm.h: Remove the include from here so that make check will not fail. * gio/src/error.hg (TlsError): A minor correction in the 'EOF' substitution regular expression. --- ChangeLog | 10 ++++++++++ gio/giomm.h | 1 - gio/src/error.hg | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 120f6164..aa3182d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2013-03-27 José Alburquerque + + giomm.h: Also remove the tlsfiledatabase.h include. + + * gio/giomm.h: Remove the include from here so that make check will + not fail. + + * gio/src/error.hg (TlsError): A minor correction in the 'EOF' + substitution regular expression. + 2013-03-26 José Alburquerque TlsFileDatabase: Remove the class until its usage is more clear. diff --git a/gio/giomm.h b/gio/giomm.h index 777d9d6a..2ce4935f 100644 --- a/gio/giomm.h +++ b/gio/giomm.h @@ -131,7 +131,6 @@ #include #include #include -#include #include #include #include diff --git a/gio/src/error.hg b/gio/src/error.hg index b147a7df..5369fa47 100644 --- a/gio/src/error.hg +++ b/gio/src/error.hg @@ -43,7 +43,7 @@ namespace Gio */ _WRAP_GERROR(Error, GIOErrorEnum, G_IO_ERROR, NO_GTYPE) _WRAP_GERROR(ResolverError, GResolverError, G_RESOLVER_ERROR, NO_GTYPE) -_WRAP_GERROR(TlsError, GTlsError, G_TLS_ERROR, NO_GTYPE, s#^EOF#ENDOFFILE#) +_WRAP_GERROR(TlsError, GTlsError, G_TLS_ERROR, NO_GTYPE, s#^EOF$#ENDOFFILE#) } // namespace Gio -- cgit v1.2.1