From 4bf8977b89440a093b16e4f93216e515137403e7 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 8 Apr 2008 15:56:42 +0000 Subject: [PATCH] Doc update 2008-04-08 Tomas Bzatek * gfile.c: (g_file_replace): Doc update svn path=/trunk/; revision=6841 --- gio/ChangeLog | 5 +++++ gio/gfile.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index f705cb1..984e85a 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-04-08 Tomas Bzatek + + * gfile.c: (g_file_replace): + Doc update + 2008-04-07 Matthias Clasen Bug 526796 – Wrong order of arguments in g_file_copy's fallback diff --git a/gio/gfile.c b/gio/gfile.c index b3da055..75876e4 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -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 -- 2.7.4