From 59207d279859719e43fb4d068e9fea43df6a38a3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 22 Jul 2007 00:22:01 +0000 Subject: [PATCH] Some improvements svn path=/trunk/; revision=5650 --- docs/reference/ChangeLog | 6 ++++++ docs/reference/glib/tmpl/fileutils.sgml | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index bbc8f89..250374a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2007-07-21 Matthias Clasen + + * glib/tmpl/fileutils.sgml: Fix an inaccuracy in the + G_FILE_TEST_IS_REGULAR docs, pointed out by + Vincent Untz. (#417068) + 2007-07-20 Matthias Clasen * glib/tmpl/limits.sgml: diff --git a/docs/reference/glib/tmpl/fileutils.sgml b/docs/reference/glib/tmpl/fileutils.sgml index b6f5b6b..5f1ecd2 100644 --- a/docs/reference/glib/tmpl/fileutils.sgml +++ b/docs/reference/glib/tmpl/fileutils.sgml @@ -141,11 +141,14 @@ error domains. A test to perform on a file using g_file_test(). -@G_FILE_TEST_IS_REGULAR: %TRUE if the file is a regular file (not a symlink or directory) +@G_FILE_TEST_IS_REGULAR: %TRUE if the file is a regular file (not a directory). + Note that this test will also return %TRUE if the tested file is a symlink + to a regular file. @G_FILE_TEST_IS_SYMLINK: %TRUE if the file is a symlink. @G_FILE_TEST_IS_DIR: %TRUE if the file is a directory. @G_FILE_TEST_IS_EXECUTABLE: %TRUE if the file is executable. -@G_FILE_TEST_EXISTS: %TRUE if the file exists. It may or may not be a regular file. +@G_FILE_TEST_EXISTS: %TRUE if the file exists. + It may or may not be a regular file. -- 2.7.4