mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Some improvements
svn path=/trunk/; revision=5650
This commit is contained in:
parent
3e5928c122
commit
59207d2798
@ -1,3 +1,9 @@
|
||||
2007-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* 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 <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/limits.sgml:
|
||||
|
@ -141,11 +141,14 @@ error domains.
|
||||
A test to perform on 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_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.
|
||||
|
||||
<!-- ##### FUNCTION g_file_error_from_errno ##### -->
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user