mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Doc update
2008-04-08 Tomas Bzatek <tbzatek@redhat.com> * gfile.c: (g_file_replace): Doc update svn path=/trunk/; revision=6841
This commit is contained in:
committed by
Tomas Bzatek
parent
db1594e164
commit
4bf8977b89
@@ -1,3 +1,8 @@
|
|||||||
|
2008-04-08 Tomas Bzatek <tbzatek@redhat.com>
|
||||||
|
|
||||||
|
* gfile.c: (g_file_replace):
|
||||||
|
Doc update
|
||||||
|
|
||||||
2008-04-07 Matthias Clasen <mclasen@redhat.com>
|
2008-04-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 526796 – Wrong order of arguments in g_file_copy's fallback
|
Bug 526796 – Wrong order of arguments in g_file_copy's fallback
|
||||||
|
@@ -1527,7 +1527,8 @@ g_file_create (GFile *file,
|
|||||||
* @error: a #GError, or %NULL
|
* @error: a #GError, or %NULL
|
||||||
*
|
*
|
||||||
* Returns an output stream for overwriting the file, possibly
|
* Returns an output stream for overwriting the file, possibly
|
||||||
* creating a backup copy of the file first.
|
* creating a backup copy of the file first. If the file doesn't exist,
|
||||||
|
* it will be created.
|
||||||
*
|
*
|
||||||
* This will try to replace the file in the safest way possible so
|
* This will try to replace the file in the safest way possible so
|
||||||
* that any errors during the writing will not affect an already
|
* that any errors during the writing will not affect an already
|
||||||
|
Reference in New Issue
Block a user