From: Tomas Bzatek Date: Tue, 8 Apr 2008 15:56:42 +0000 (+0000) Subject: Doc update X-Git-Tag: GLIB_2_17_0~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bf8977b89440a093b16e4f93216e515137403e7;p=platform%2Fupstream%2Fglib.git Doc update 2008-04-08 Tomas Bzatek * gfile.c: (g_file_replace): Doc update svn path=/trunk/; revision=6841 --- 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