mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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
This commit is contained in:
parent
66c0f54221
commit
892a4d5b14
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user