summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-01-18 15:42:47 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2012-01-20 22:14:01 -0500
commit44b695b9af6a26fbf2979a19fd638cc3682c89bb (patch)
tree6e292389efdb3510ffa41b53058d567656f0b99d /test
parentf76844a3208033a97532222ce531bd9a04205871 (diff)
downloadnautilus-44b695b9af6a26fbf2979a19fd638cc3682c89bb.tar.gz
file-operations: first pass at passing on success information
We want to know if a file operation failed for some reason, so that we don't add it in the redo queue.
Diffstat (limited to 'test')
-rw-r--r--test/test-copy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test-copy.c b/test/test-copy.c
index 94ed23900..be8e7c4da 100644
--- a/test/test-copy.c
+++ b/test/test-copy.c
@@ -5,7 +5,9 @@
#include <libnautilus-private/nautilus-progress-info-manager.h>
static void
-copy_done (GHashTable *debuting_uris, gpointer data)
+copy_done (GHashTable *debuting_uris,
+ gboolean success,
+ gpointer data)
{
g_print ("Copy done\n");
}