From e6588b7a235534b0c2dd41f05090527c099706aa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Dec 2007 18:25:24 +0000 Subject: [PATCH] Improve docs svn path=/trunk/; revision=6020 --- gio/ChangeLog | 5 +++++ gio/gfile.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index e356d2a..8a9b075 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2007-12-03 Matthias Clasen + + * gfile.c (g_file_copy): Add a cross-reference to g_file_dup(). + (#499783) + 2007-12-03 Alexander Larsson * glocalfileinfo.c: diff --git a/gio/gfile.c b/gio/gfile.c index 7c6f196..b4b61a3 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -1927,7 +1927,10 @@ file_copy_fallback (GFile *source, * * * - * + * + * If you are interested in copying the #GFile object itself (not the on-disk + * file), see g_file_dup(). + * * Returns: %TRUE on success, %FALSE otherwise. **/ gboolean -- 2.7.4