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:
Tomas Bzatek
2008-04-08 15:56:42 +00:00
committed by Tomas Bzatek
parent db1594e164
commit 4bf8977b89
2 changed files with 7 additions and 1 deletions

View File

@@ -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>
Bug 526796 Wrong order of arguments in g_file_copy's fallback

View File

@@ -1527,7 +1527,8 @@ g_file_create (GFile *file,
* @error: a #GError, or %NULL
*
* 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
* that any errors during the writing will not affect an already