patch for docs/reference/glib/tmpl/fileutils.sgml



Hi,

The documentation for "enum GFileTest" is wrong regarding symlinks, the
patch below fixes it.

Ok to commit?

ciao,
--mitch


Index: docs/reference/glib/tmpl/fileutils.sgml
===================================================================
RCS file: /cvs/gnome/glib/docs/reference/glib/tmpl/fileutils.sgml,v
retrieving revision 1.11
diff -u -p -r1.11 fileutils.sgml
--- docs/reference/glib/tmpl/fileutils.sgml     13 Dec 2001 22:24:16 -0000      1.11
+++ docs/reference/glib/tmpl/fileutils.sgml     15 Apr 2002 13:11:56 -0000
@@ -112,11 +112,11 @@ error domains.
 A test to perform an a file using g_file_test().
 </para>
 
- G_FILE_TEST_IS_REGULAR: %TRUE if the file is a regular file (not a symlink or directory)
- 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_IS_REGULAR: %TRUE if the file is a regular file (or a symbolic link to a regular file).
+ G_FILE_TEST_IS_SYMLINK: %TRUE if the file is a symbolic link.
+ G_FILE_TEST_IS_DIR: %TRUE if the file is a directory (or a symbolic link to a directory).
+ G_FILE_TEST_IS_EXECUTABLE: %TRUE if the file is executable (or a symbolic link to a executable file).
+ G_FILE_TEST_EXISTS: %TRUE if the file exists (or is a symlink to an existing file). It may or may not be a regular file.
 
 <!-- ##### FUNCTION g_file_error_from_errno ##### -->
 <para>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]