From c35b73a90f8489f69e14b5029479d5f5304176bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Wilmet?= Date: Thu, 31 Jan 2013 18:44:24 +0100 Subject: [PATCH] Add missing details in GFile documentation https://bugzilla.gnome.org/show_bug.cgi?id=548353 --- gio/gfile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/gfile.c b/gio/gfile.c index 277f7b0..7b13b25 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -3762,6 +3762,7 @@ g_file_delete_async (GFile *file, * Finishes deleting a file started with g_file_delete_async(). * * Virtual: delete_file_finish + * Returns: %TRUE if the file was deleted. %FALSE otherwise. * Since: 2.34 **/ gboolean @@ -3797,6 +3798,7 @@ g_file_delete_finish (GFile *file, * triggering the cancellable object from another thread. If the operation * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. * + * Virtual: trash * Returns: %TRUE on successful trash, %FALSE otherwise. */ gboolean -- 2.7.4