mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
g_rename() doc comment update.
This commit is contained in:
parent
4a964f2566
commit
cbe09f0312
@ -337,10 +337,9 @@ g_creat (const gchar *filename,
|
|||||||
* renames a file, moving it between directories if required.
|
* renames a file, moving it between directories if required.
|
||||||
*
|
*
|
||||||
* See your C library manual for more details about how rename() works
|
* See your C library manual for more details about how rename() works
|
||||||
* on your system. Note in particular that on Windows, it is in
|
* on your system. Note in particular that on Win9x it is not possible
|
||||||
* general not possible to rename a file if a file with the new name
|
* to rename a file if a file with the new name already exists. Also
|
||||||
* already exists. Also it is not possible in general to rename an
|
* it is not possible in general on Windows to rename an open file.
|
||||||
* open file.
|
|
||||||
*
|
*
|
||||||
* Returns: 0 if the renaming succeeded, -1 if an error occurred
|
* Returns: 0 if the renaming succeeded, -1 if an error occurred
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user