Improve docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 3 Dec 2007 18:25:24 +0000 (18:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 3 Dec 2007 18:25:24 +0000 (18:25 +0000)
svn path=/trunk/; revision=6020

gio/ChangeLog
gio/gfile.c

index e356d2a..8a9b075 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gfile.c (g_file_copy): Add a cross-reference to g_file_dup().
+       (#499783)
+
 2007-12-03  Alexander Larsson  <alexl@redhat.com>
 
         * glocalfileinfo.c:
index 7c6f196..b4b61a3 100644 (file)
@@ -1927,7 +1927,10 @@ file_copy_fallback (GFile                  *source,
  * </tbody>
  * </tgroup>
  * </table>
- * 
+ *
+ * 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