Mercurial > geeqie
diff src/utilops.h @ 783:d6a7fb4b8e7c
replaced directory path with FileData* dir_fd
| author | nadvornik |
|---|---|
| date | Tue, 03 Jun 2008 19:44:19 +0000 |
| parents | 477f48ba28d8 |
| children | 5a737cc935cc |
line wrap: on
line diff
--- a/src/utilops.h Tue Jun 03 15:54:05 2008 +0000 +++ b/src/utilops.h Tue Jun 03 19:44:19 2008 +0000 @@ -39,7 +39,7 @@ void file_util_copy(FileData *source_fd, GList *source_list, const gchar *dest_path, GtkWidget *parent); void file_util_rename(FileData *source_fd, GList *source_list, GtkWidget *parent); -void file_util_create_dir(const gchar *path, 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); /* these avoid the location entry dialog, list must be files only and
