mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-07 11:09:39 +02:00
Typo fix.
This commit is contained in:
parent
b76a6afcb8
commit
647aba60aa
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_file_test): Typo fix.
|
||||||
|
|
||||||
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_file_test): Typo fix.
|
||||||
|
|
||||||
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_file_test): Typo fix.
|
||||||
|
|
||||||
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_file_test): Typo fix.
|
||||||
|
|
||||||
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_file_test): Typo fix.
|
||||||
|
|
||||||
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
2004-12-30 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
* %TRUE for %G_FILE_TEST_IS_SYMLINK and %FALSE for all other flags.
|
* %TRUE for %G_FILE_TEST_IS_SYMLINK and %FALSE for all other flags.
|
||||||
*
|
*
|
||||||
* You should never use g_file_test() to test whether it is safe
|
* You should never use g_file_test() to test whether it is safe
|
||||||
* to perform an operaton, because there is always the possibility
|
* to perform an operation, because there is always the possibility
|
||||||
* of the condition changing before you actually perform the operation.
|
* of the condition changing before you actually perform the operation.
|
||||||
* For example, you might think you could use %G_FILE_TEST_IS_SYMLINK
|
* For example, you might think you could use %G_FILE_TEST_IS_SYMLINK
|
||||||
* to know whether it is is safe to write to a file without being
|
* to know whether it is is safe to write to a file without being
|
||||||
|
Loading…
x
Reference in New Issue
Block a user