Mercurial > geeqie
diff src/utilops.h @ 908:5a737cc935cc
file_util_rename_dir should not return anything
| author | nadvornik |
|---|---|
| date | Mon, 21 Jul 2008 20:50:24 +0000 |
| parents | d6a7fb4b8e7c |
| children | 1646720364cf |
line wrap: on
line diff
--- a/src/utilops.h Mon Jul 21 20:40:29 2008 +0000 +++ b/src/utilops.h Mon Jul 21 20:50:24 2008 +0000 @@ -40,7 +40,7 @@ void file_util_rename(FileData *source_fd, GList *source_list, GtkWidget *parent); void file_util_create_dir(FileData *dir_fd, GtkWidget *parent); -gint file_util_rename_dir(FileData *source_fd, const gchar *new_path, GtkWidget *parent); +void file_util_rename_dir(FileData *source_fd, const gchar *new_path, GtkWidget *parent); /* these avoid the location entry dialog, list must be files only and * dest_path must be a valid directory path @@ -54,8 +54,6 @@ void file_util_start_filter_from_file(gint n, FileData *fd, const gchar *dest_path, GtkWidget *parent); void file_util_start_filter_from_filelist(gint n, GList *list, const gchar *dest_path, GtkWidget *parent); - - void file_util_delete_dir(FileData *source_fd, GtkWidget *parent); void file_util_copy_path_to_clipboard(FileData *fd);
