summaryrefslogtreecommitdiff
path: root/gio/src/error.hg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-27 00:50:58 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-27 00:50:58 -0400
commit3df1b41edb8bd134f97f84bdf4f5012ec29f542c (patch)
treeec860b9892d371aeb96fc5be498d30327dee7dce /gio/src/error.hg
parente28f5093dced2e8cafef5795c02657b7265b78ca (diff)
downloadglibmm-3df1b41edb8bd134f97f84bdf4f5012ec29f542c.tar.gz
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.
Diffstat (limited to 'gio/src/error.hg')
-rw-r--r--gio/src/error.hg2
1 files changed, 1 insertions, 1 deletions
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