diff options
author | Benjamin Otte <otte@gnome.org> | 2008-03-01 14:52:03 +0000 |
---|---|---|
committer | Benjamin Otte <otte@src.gnome.org> | 2008-03-01 14:52:03 +0000 |
commit | 892a4d5b1422828834957a14af07e3f2468eeb1b (patch) | |
tree | 21c3ad54d692ad91efc1ab3d099b9580dddd4ac3 | |
parent | 66c0f542218b566b3b5fc965fc94b1b176cbad17 (diff) |
clarify docs for g_file_delete().
2008-03-01 Benjamin Otte <otte@gnome.org>
* gfile.c:
clarify docs for g_file_delete().
svn path=/trunk/; revision=6608
-rw-r--r-- | gio/ChangeLog | 5 | ||||
-rw-r--r-- | gio/gfile.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gio/ChangeLog b/gio/ChangeLog index af71aaa9c..f9ed489a6 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-01 Benjamin Otte <otte@gnome.org> + + * gfile.c: + clarify docs for g_file_delete(). + 2008-02-29 Alexander Larsson <alexl@redhat.com> * glocalfileinfo.c: diff --git a/gio/gfile.c b/gio/gfile.c index be387bd84..bef1037ea 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 |