From 1b9b3ee7f9b9b1ffced2c871b95ca867af1f8243 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 7 Nov 2013 10:29:29 +0100 Subject: Added a comment. --- gio/src/file.hg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/src/file.hg b/gio/src/file.hg index 55591e25..b01d0e81 100644 --- a/gio/src/file.hg +++ b/gio/src/file.hg @@ -1051,6 +1051,8 @@ public: g_file_set_display_name_finish, errthrow) + //TODO: Remove the bool results from this and other methods that thrown an exception. + /** Deletes a file. * If the file is a directory, it will only be deleted if it is empty. * The operation can be cancelled by triggering the cancellable object from another thread. -- cgit v1.2.1