summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-11-07 10:29:29 +0100
committerMurray Cumming <murrayc@murrayc.com>2013-11-07 10:29:48 +0100
commit1b9b3ee7f9b9b1ffced2c871b95ca867af1f8243 (patch)
treec61bf062e61188ea38e0ad43b4a9d326c8201c54
parent2a1b68928c53bb5fd80c96b754e91aeaec923a19 (diff)
downloadglibmm-1b9b3ee7f9b9b1ffced2c871b95ca867af1f8243.tar.gz
Added a comment.
-rw-r--r--gio/src/file.hg2
1 files changed, 2 insertions, 0 deletions
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.