summaryrefslogtreecommitdiff
path: root/src/fr-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command.h')
-rw-r--r--src/fr-command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fr-command.h b/src/fr-command.h
index 7023a8a..c4d87ac 100644
--- a/src/fr-command.h
+++ b/src/fr-command.h
@@ -169,10 +169,10 @@ struct _FrCommandClass
};
GType fr_command_get_type (void);
-void fr_command_set_filename (FrCommand *comm,
- const char *filename);
+void fr_command_set_file (FrCommand *comm,
+ GFile *file);
void fr_command_set_multi_volume (FrCommand *comm,
- const char *filename);
+ GFile *file);
void fr_command_list (FrCommand *comm);
void fr_command_add (FrCommand *comm,
const char *from_file,