From 892a4d5b1422828834957a14af07e3f2468eeb1b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 1 Mar 2008 14:52:03 +0000 Subject: [PATCH] clarify docs for g_file_delete(). 2008-03-01 Benjamin Otte * gfile.c: clarify docs for g_file_delete(). svn path=/trunk/; revision=6608 --- gio/ChangeLog | 5 +++++ gio/gfile.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index af71aaa9..f9ed489a 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-01 Benjamin Otte + + * gfile.c: + clarify docs for g_file_delete(). + 2008-02-29 Alexander Larsson * glocalfileinfo.c: diff --git a/gio/gfile.c b/gio/gfile.c index be387bd8..bef1037e 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -2707,7 +2707,8 @@ g_file_make_symbolic_link (GFile *file, * @cancellable: optional #GCancellable object, %NULL to ignore. * @error: a #GError, or %NULL * - * Deletes a file. + * Deletes a file. If the @file is a directory, it will only be deleted if it + * is empty. * * If @cancellable is not %NULL, then the operation can be cancelled by * triggering the cancellable object from another thread. If the operation -- 2.34.1