Doc update
authorTomas Bzatek <tbzatek@redhat.com>
Tue, 8 Apr 2008 15:56:42 +0000 (15:56 +0000)
committerTomas Bzatek <tbzatek@src.gnome.org>
Tue, 8 Apr 2008 15:56:42 +0000 (15:56 +0000)
2008-04-08  Tomas Bzatek  <tbzatek@redhat.com>

        * gfile.c: (g_file_replace):
        Doc update

svn path=/trunk/; revision=6841

gio/ChangeLog
gio/gfile.c

index f705cb1..984e85a 100644 (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
index b3da055..75876e4 100644 (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