glib r6608 - trunk/gio



Author: otte
Date: Sat Mar  1 14:52:03 2008
New Revision: 6608
URL: http://svn.gnome.org/viewvc/glib?rev=6608&view=rev

Log:
2008-03-01  Benjamin Otte  <otte gnome org>

	* gfile.c:
	clarify docs for g_file_delete().



Modified:
   trunk/gio/ChangeLog
   trunk/gio/gfile.c

Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c	(original)
+++ trunk/gio/gfile.c	Sat Mar  1 14:52:03 2008
@@ -2707,7 +2707,8 @@
  * @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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]