Mercurial > geeqie
diff src/utilops.c @ 1000:4fe8f9656107
For the sake of consistency, use glib basic types everywhere.
author | zas_ |
---|---|
date | Tue, 26 Aug 2008 22:22:51 +0000 |
parents | 6ca2c5fd7b13 |
children | 9157291b79a4 |
line wrap: on
line diff
--- a/src/utilops.c Tue Aug 26 21:19:33 2008 +0000 +++ b/src/utilops.c Tue Aug 26 22:22:51 2008 +0000 @@ -2031,7 +2031,7 @@ return ok; } -static gboolean file_util_rename_dir_prepare(UtilityData *ud, const char *new_path) +static gboolean file_util_rename_dir_prepare(UtilityData *ud, const gchar *new_path) { gboolean ok; GList *work; @@ -2081,7 +2081,7 @@ } -static void file_util_rename_dir_full(FileData *fd, const char *new_path, GtkWidget *parent, UtilityPhase phase) +static void file_util_rename_dir_full(FileData *fd, const gchar *new_path, GtkWidget *parent, UtilityPhase phase) { UtilityData *ud; @@ -2112,7 +2112,7 @@ file_util_dialog_run(ud); } -static void file_util_create_dir_full(FileData *fd, const char *dest_path, GtkWidget *parent, UtilityPhase phase) +static void file_util_create_dir_full(FileData *fd, const gchar *dest_path, GtkWidget *parent, UtilityPhase phase) { UtilityData *ud;